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: [#491] Fix the errors thrown by Lint/nilaway CI #642

Merged
merged 41 commits into from
Sep 30, 2024

Merge branch 'master' into kkumar-gcc/#491

346ae15
Select commit
Loading
Failed to load commit list.
Merged

feat: [#491] Fix the errors thrown by Lint/nilaway CI #642

Merge branch 'master' into kkumar-gcc/#491
346ae15
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 29, 2024 in 0s

70.36% (-0.64%) compared to 52b284c

View this Pull Request on Codecov

70.36% (-0.64%) compared to 52b284c

Details

Codecov Report

Attention: Patch coverage is 13.91753% with 167 lines in your changes missing coverage. Please review.

Project coverage is 70.36%. Comparing base (52b284c) to head (346ae15).

Files with missing lines Patch % Lines
foundation/application.go 10.25% 35 Missing ⚠️
mail/job.go 0.00% 27 Missing ⚠️
database/service_provider.go 0.00% 17 Missing ⚠️
filesystem/file.go 0.00% 12 Missing and 2 partials ⚠️
mail/service_provider.go 0.00% 14 Missing ⚠️
console/service_provider.go 0.00% 12 Missing ⚠️
crypt/service_provider.go 0.00% 7 Missing ⚠️
console/progress_bar.go 0.00% 5 Missing ⚠️
crypt/aes.go 37.50% 4 Missing and 1 partial ⚠️
console/application.go 0.00% 3 Missing and 1 partial ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #642      +/-   ##
==========================================
- Coverage   71.00%   70.36%   -0.64%     
==========================================
  Files         189      189              
  Lines       11804    11926     +122     
==========================================
+ Hits         8381     8392      +11     
- Misses       2854     2956     +102     
- Partials      569      578       +9     

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