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

🔥 Feature!: Add Req and Res API #2894

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

doc(ctx): update to reflect the new Req and Res APIs

9ca819e
Select commit
Loading
Failed to load commit list.
Open

🔥 Feature!: Add Req and Res API #2894

doc(ctx): update to reflect the new Req and Res APIs
9ca819e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 19, 2024 in 0s

82.97% (+0.19%) compared to dbeca39

View this Pull Request on Codecov

82.97% (+0.19%) compared to dbeca39

Details

Codecov Report

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

Project coverage is 82.97%. Comparing base (dbeca39) to head (9ca819e).

Files Patch % Lines
request.go 95.15% 13 Missing and 4 partials ⚠️
response.go 94.14% 11 Missing and 4 partials ⚠️
ctx.go 98.41% 1 Missing ⚠️
ctx_interface.go 96.00% 1 Missing ⚠️
middleware/cache/cache.go 90.90% 1 Missing ⚠️
middleware/filesystem/filesystem.go 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2894      +/-   ##
==========================================
+ Coverage   82.78%   82.97%   +0.19%     
==========================================
  Files         115      117       +2     
  Lines        8409     8547     +138     
==========================================
+ Hits         6961     7092     +131     
- Misses       1109     1117       +8     
+ Partials      339      338       -1     

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