Skip to content

Improve CodeCov scan#1695

Merged
ystefinko merged 1 commit intomasterfrom
ystefinko/codecov-improve
Apr 28, 2026
Merged

Improve CodeCov scan#1695
ystefinko merged 1 commit intomasterfrom
ystefinko/codecov-improve

Conversation

@ystefinko
Copy link
Copy Markdown
Collaborator

@ystefinko ystefinko commented Apr 23, 2026

  • add more new flags/features from v6.
  • range: 80..90, red below 80 from now.
  • Fail if total project coverage drops by more than 0.5%.
  • after_n_builds: 1. codecov-action@v6 no longer auto-detects how many uploads to expect. Without this, Codecov waits for more uploads that never arrive, causing the GitHub status check to stay pending until it times out. Since only one job uploads coverage (psv-linux-22-04-gcc9-build-test-codecov), setting 1 tells Codecov to process and post results immediately after that
  • wait_for_ci: true Ensures Codecov still waits for the CI job itself to finish before evaluating—avoids a race where Codecov processes a partial upload.

Relates-To: MINOR

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.31%. Comparing base (7c1dccc) to head (1d3b00f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1695   +/-   ##
=======================================
  Coverage   80.31%   80.31%           
=======================================
  Files         356      356           
  Lines       14278    14279    +1     
  Branches     1564     1565    +1     
=======================================
+ Hits        11466    11467    +1     
  Misses       2183     2183           
  Partials      629      629           

see 2 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.

mykolamalik
mykolamalik previously approved these changes Apr 24, 2026
@ystefinko ystefinko force-pushed the ystefinko/codecov-improve branch 2 times, most recently from 358172e to 32c24b8 Compare April 27, 2026 16:41
@ystefinko ystefinko self-assigned this Apr 27, 2026
- add more new flags/features
- range: 80..90, red below 80
- Fail if total project coverage drops by more than 0.5%
- after_n_builds: 1
codecov-action@v6 no longer auto-detects how many uploads
to expect. Without this, Codecov waits for more uploads that
never arrive, causing the GitHub status check to stay pending
until it times out. Since only one job uploads coverage
(psv-linux-22-04-gcc9-build-test-codecov), setting 1 tells
Codecov to process and post results immediately after that
- wait_for_ci: true
Ensures Codecov still waits for the CI job itself to finish
before evaluating — avoids a race where Codecov processes a
partial upload.

Relates-To: MINOR

Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
@ystefinko ystefinko force-pushed the ystefinko/codecov-improve branch from 32c24b8 to 1d3b00f Compare April 27, 2026 19:37
@ystefinko ystefinko merged commit a88900c into master Apr 28, 2026
27 checks passed
@ystefinko ystefinko deleted the ystefinko/codecov-improve branch April 28, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants