Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 🚀 New features to boost your workflow:
|
rustam-gamidov-here
previously approved these changes
Apr 24, 2026
mykolamalik
previously approved these changes
Apr 24, 2026
358172e
358172e to
32c24b8
Compare
- 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>
32c24b8 to
1d3b00f
Compare
mykolamalik
approved these changes
Apr 27, 2026
rustam-gamidov-here
approved these changes
Apr 28, 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.
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 thatwait_for_ci: trueEnsures Codecov still waits for the CI job itself to finish before evaluating—avoids a race where Codecov processes a partial upload.Relates-To: MINOR