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

Migrate from fiber to chi #11

Merged
merged 8 commits into from
Apr 24, 2024

fix: bug in containers testing 🐛

c71bc22
Select commit
Loading
Failed to load commit list.
Merged

Migrate from fiber to chi #11

fix: bug in containers testing 🐛
c71bc22
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 24, 2024 in 0s

88.45% (+0.74%) compared to a83c582

View this Pull Request on Codecov

88.45% (+0.74%) compared to a83c582

Details

Codecov Report

Attention: Patch coverage is 95.08197% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 88.45%. Comparing base (a83c582) to head (c71bc22).

Files Patch % Lines
internal/handlers/dbHandlers.go 75.00% 4 Missing and 1 partial ⚠️
internal/handlers/encoding.go 75.00% 2 Missing and 1 partial ⚠️
internal/server.go 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   87.70%   88.45%   +0.74%     
==========================================
  Files          14       15       +1     
  Lines         724      736      +12     
==========================================
+ Hits          635      651      +16     
+ Misses         60       58       -2     
+ Partials       29       27       -2     

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