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: [#441] Optimize the HTTP testing process [#1] #704

Merged
merged 26 commits into from
Nov 1, 2024

optimize cookie expiration logic

17b7e1d
Select commit
Loading
Failed to load commit list.
Merged

feat: [#441] Optimize the HTTP testing process [#1] #704

optimize cookie expiration logic
17b7e1d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 31, 2024 in 0s

69.75% (-0.13%) compared to 1404bff

View this Pull Request on Codecov

69.75% (-0.13%) compared to 1404bff

Details

Codecov Report

Attention: Patch coverage is 59.21788% with 73 lines in your changes missing coverage. Please review.

Project coverage is 69.75%. Comparing base (1404bff) to head (17b7e1d).

Files with missing lines Patch % Lines
testing/test_request.go 0.00% 43 Missing ⚠️
testing/test_response.go 81.53% 17 Missing and 7 partials ⚠️
testing/service_provider.go 0.00% 4 Missing ⚠️
testing/test_case.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #704      +/-   ##
==========================================
- Coverage   69.88%   69.75%   -0.13%     
==========================================
  Files         192      194       +2     
  Lines       14929    15108     +179     
==========================================
+ Hits        10433    10539     +106     
- Misses       3933     3999      +66     
- Partials      563      570       +7     

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