Skip to content

feat(data): persist data in git repo

979b48b
Select commit
Loading
Failed to load commit list.
Merged

feat(data): persist data in git repo #401

feat(data): persist data in git repo
979b48b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 16, 2025 in 1s

64.09% (-5.11%) compared to 77db212

View this Pull Request on Codecov

64.09% (-5.11%) compared to 77db212

Details

Codecov Report

Attention: Patch coverage is 61.18721% with 85 lines in your changes missing coverage. Please review.

Project coverage is 64.09%. Comparing base (77db212) to head (979b48b).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/common/database.py 43.93% 74 Missing ⚠️
src/reddit_bot/bot.py 91.22% 5 Missing ⚠️
src/discord_bot/tasks.py 60.00% 4 Missing ⚠️
src/discord_bot/cogs/github_commands.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
- Coverage   69.20%   64.09%   -5.11%     
==========================================
  Files          21       21              
  Lines        1104     1220     +116     
==========================================
+ Hits          764      782      +18     
- Misses        340      438      +98     
Files with missing lines Coverage Δ
src/common/webapp.py 96.87% <100.00%> (+0.07%) ⬆️
src/discord_bot/bot.py 88.77% <100.00%> (-0.12%) ⬇️
src/discord_bot/cogs/github_commands.py 41.46% <0.00%> (+1.92%) ⬆️
src/discord_bot/tasks.py 68.75% <60.00%> (-19.11%) ⬇️
src/reddit_bot/bot.py 69.49% <91.22%> (-1.19%) ⬇️
src/common/database.py 47.88% <43.93%> (-52.12%) ⬇️