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: [#495] Centralize Error Messages in Framework (PR#2) #666

Merged
merged 39 commits into from
Oct 14, 2024

Merge branch 'master' into kkumar-gcc/define-errors

8ee68fa
Select commit
Loading
Failed to load commit list.
Merged

feat: [#495] Centralize Error Messages in Framework (PR#2) #666

Merge branch 'master' into kkumar-gcc/define-errors
8ee68fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 14, 2024 in 1s

70.06% (-0.32%) compared to 034d42c

View this Pull Request on Codecov

70.06% (-0.32%) compared to 034d42c

Details

Codecov Report

Attention: Patch coverage is 30.17241% with 162 lines in your changes missing coverage. Please review.

Project coverage is 70.06%. Comparing base (034d42c) to head (8ee68fa).

Files with missing lines Patch % Lines
database/service_provider.go 0.00% 13 Missing ⚠️
auth/service_provider.go 0.00% 12 Missing ⚠️
schedule/service_provider.go 0.00% 12 Missing ⚠️
crypt/service_provider.go 0.00% 7 Missing ⚠️
database/gorm/query.go 61.11% 7 Missing ⚠️
log/service_provider.go 0.00% 7 Missing ⚠️
mail/service_provider.go 0.00% 7 Missing ⚠️
queue/service_provider.go 0.00% 7 Missing ⚠️
auth/auth.go 71.42% 6 Missing ⚠️
filesystem/application.go 0.00% 6 Missing ⚠️
... and 32 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #666      +/-   ##
==========================================
- Coverage   70.37%   70.06%   -0.32%     
==========================================
  Files         189      189              
  Lines       11950    11999      +49     
==========================================
- Hits         8410     8407       -3     
- Misses       2959     3009      +50     
- Partials      581      583       +2     

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