Skip to content

Separate test coverage report from test wit race detector enabled#2764

Merged
masih merged 4 commits intomainfrom
masih/ci-faster-cover-sep
Jan 27, 2026
Merged

Separate test coverage report from test wit race detector enabled#2764
masih merged 4 commits intomainfrom
masih/ci-faster-cover-sep

Conversation

@masih
Copy link
Collaborator

@masih masih commented Jan 26, 2026

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.

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.
@masih masih force-pushed the masih/ci-faster-cover-sep branch from 82856e9 to a25bdae Compare January 26, 2026 20:21
@github-actions
Copy link

github-actions bot commented Jan 26, 2026

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 27, 2026, 8:37 AM

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.91%. Comparing base (804252f) to head (3765529).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
sei-chain 41.73% <ø> (-0.06%) ⬇️
sei-cosmos 48.13% <ø> (+<0.01%) ⬆️
sei-db 68.72% <ø> (ø)
sei-tendermint 58.63% <ø> (-0.29%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 38 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@masih masih enabled auto-merge (squash) January 26, 2026 20:49
@sei-will sei-will self-requested a review January 27, 2026 08:49
@masih masih merged commit e3db226 into main Jan 27, 2026
42 of 44 checks passed
@masih masih deleted the masih/ci-faster-cover-sep branch January 27, 2026 09:43
arajasek pushed a commit that referenced this pull request Jan 27, 2026
)

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants