Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to sqlite #106

Merged
merged 28 commits into from
Nov 12, 2024

chore: check coverage in all packages in CI

09b6bfb
Select commit
Loading
Failed to load commit list.
Merged

feat: migrate to sqlite #106

chore: check coverage in all packages in CI
09b6bfb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2024 in 0s

76.88% (+0.32%) compared to de9927b

View this Pull Request on Codecov

76.88% (+0.32%) compared to de9927b

Details

Codecov Report

Attention: Patch coverage is 81.99181% with 132 lines in your changes missing coverage. Please review.

Project coverage is 76.88%. Comparing base (de9927b) to head (09b6bfb).

Files with missing lines Patch % Lines
pkg/database/sqlite.go 70.99% 56 Missing and 20 partials ⚠️
pkg/reporters/discord/add_mute.go 0.00% 12 Missing ⚠️
pkg/reporters/telegram/telegram.go 0.00% 12 Missing ⚠️
pkg/reporters/discord/delete_mute.go 0.00% 11 Missing ⚠️
pkg/reporters/discord/list_mutes.go 0.00% 6 Missing ⚠️
pkg/reporters/telegram/list_mutes.go 0.00% 6 Missing ⚠️
pkg/reporters/telegram/add_mute.go 0.00% 4 Missing ⚠️
pkg/reporters/telegram/delete_mute.go 0.00% 3 Missing ⚠️
pkg/types/mute.go 85.71% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   76.56%   76.88%   +0.32%     
==========================================
  Files          84       87       +3     
  Lines        2466     3474    +1008     
==========================================
+ Hits         1888     2671     +783     
- Misses        578      783     +205     
- Partials        0       20      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.