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

refactor(apiv1): accounts api #825

Open
wants to merge 116 commits into
base: master
Choose a base branch
from

Merge remote-tracking branch 'origin/master' into fmartingr/issue657

dbb8ad7
Select commit
Loading
Failed to load commit list.
Open

refactor(apiv1): accounts api #825

Merge remote-tracking branch 'origin/master' into fmartingr/issue657
dbb8ad7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 5, 2025 in 1s

39.15% (+4.51%) compared to a9a45cc

View this Pull Request on Codecov

39.15% (+4.51%) compared to a9a45cc

Details

Codecov Report

Attention: Patch coverage is 77.01674% with 151 lines in your changes missing coverage. Please review.

Project coverage is 39.15%. Comparing base (a9a45cc) to head (dbb8ad7).

Files with missing lines Patch % Lines
internal/database/mysql.go 67.64% 22 Missing and 11 partials ⚠️
internal/database/pg.go 67.32% 22 Missing and 11 partials ⚠️
internal/database/sqlite.go 66.66% 21 Missing and 8 partials ⚠️
internal/domains/accounts.go 72.36% 15 Missing and 6 partials ⚠️
internal/domains/auth.go 84.90% 6 Missing and 2 partials ⚠️
internal/http/routes/api/v1/auth.go 84.31% 6 Missing and 2 partials ⚠️
internal/cmd/root.go 0.00% 6 Missing ⚠️
internal/testutil/accounts.go 57.14% 4 Missing and 2 partials ⚠️
internal/http/routes/api/v1/tags.go 0.00% 2 Missing ⚠️
internal/database/migrations.go 0.00% 0 Missing and 1 partial ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #825      +/-   ##
==========================================
+ Coverage   34.64%   39.15%   +4.51%     
==========================================
  Files          61       65       +4     
  Lines        5499     5782     +283     
==========================================
+ Hits         1905     2264     +359     
+ Misses       3359     3243     -116     
- Partials      235      275      +40     

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