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

test: Use testify require/assert instead of t.Fatal/Error in go/vt/throttler #15703

Merged
merged 1 commit into from
Apr 15, 2024

test: Use testify require/assert instead of t.Fatal/Error

63f2d7e
Select commit
Loading
Failed to load commit list.
Merged

test: Use testify require/assert instead of t.Fatal/Error in go/vt/throttler #15703

test: Use testify require/assert instead of t.Fatal/Error
63f2d7e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 11, 2024 in 1s

68.41% (+0.03%) compared to 42c5f49

View this Pull Request on Codecov

68.41% (+0.03%) compared to 42c5f49

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.41%. Comparing base (42c5f49) to head (63f2d7e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15703      +/-   ##
==========================================
+ Coverage   68.38%   68.41%   +0.03%     
==========================================
  Files        1556     1556              
  Lines      195111   195146      +35     
==========================================
+ Hits       133431   133516      +85     
+ Misses      61680    61630      -50     

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