-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Codecov coverage reporting fixes #4977
Merged
Merged
Conversation
This file contains 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
Bronek
force-pushed
the
feature/codecov-improvements
branch
2 times, most recently
from
April 3, 2024 18:45
ad0ada8
to
0c94563
Compare
Bronek
force-pushed
the
feature/codecov-improvements
branch
from
April 3, 2024 20:02
0c94563
to
ef438ce
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4977 +/- ##
==========================================
- Coverage 77.0% 70.8% -6.2%
==========================================
Files 1129 796 -333
Lines 132027 66781 -65246
Branches 39711 11049 -28662
==========================================
- Hits 101647 47273 -54374
+ Misses 24502 19508 -4994
+ Partials 5878 0 -5878 |
Bronek
force-pushed
the
feature/codecov-improvements
branch
3 times, most recently
from
April 3, 2024 21:26
d1d1936
to
2b84cc3
Compare
Bronek
force-pushed
the
feature/codecov-improvements
branch
2 times, most recently
from
April 12, 2024 14:14
4573dbb
to
d11698b
Compare
Bronek
force-pushed
the
feature/codecov-improvements
branch
from
April 12, 2024 16:05
dd4cf4b
to
7ffdb33
Compare
Merged
thejohnfreeman
approved these changes
Apr 12, 2024
seelabs
approved these changes
Apr 18, 2024
seelabs
added
the
Passed
Passed code review & PR owner thinks it's ready to merge. Perf sign-off may still be required.
label
Apr 18, 2024
Proposed merge message:
|
sophiax851
pushed a commit
to sophiax851/rippled
that referenced
this pull request
Jun 12, 2024
* Amend `.codecov.yml` to disable coverage reporting of test sources and explicitly set most parameters * Increase codecov upload retry time to 210s (from 35s) * Upgrade gcovr adding support for more coverage formats (lcov, clover, jacoco) * Upgrade github actions in coverage workflow * Explicitly disable codecov plugins (also removing `gcov` coverage, which is not correctly handled by codecov codecov/feedback#334)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Passed
Passed code review & PR owner thinks it's ready to merge. Perf sign-off may still be required.
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.
High Level Overview of Change
Make codecov reporting stable by disabling plugins, disabling reporting of src/test and switching
partials_as_hits
Context of Change
Type of Change
.gitignore
, formatting, dropping support for older tooling)