Separate test coverage report from test wit race detector enabled#2764
Merged
Separate test coverage report from test wit race detector enabled#2764
Conversation
Run tests without race detector to calculate the coverage, separately from running tests _with_ race detector. This is to speed up the tests run with race detector enabled, since code coverage calculation can add ~20% to the run time.
82856e9 to
a25bdae
Compare
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2764 +/- ##
==========================================
- Coverage 57.02% 56.91% -0.11%
==========================================
Files 2004 2004
Lines 164645 164645
==========================================
- Hits 93884 93709 -175
- Misses 62544 62726 +182
+ Partials 8217 8210 -7
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
arajasek
approved these changes
Jan 26, 2026
sei-will
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run tests without race detector to calculate the coverage, separately from running tests with race detector.
This is to speed up the tests run with race detector enabled, since code coverage calculation can add ~20% to the run time.