[Backport 2.x] Retry code coverage upload on failure (#3242)#3243
Merged
DarshitChanpura merged 1 commit into2.xfrom Aug 27, 2023
Merged
[Backport 2.x] Retry code coverage upload on failure (#3242)#3243DarshitChanpura merged 1 commit into2.xfrom
DarshitChanpura merged 1 commit into2.xfrom
Conversation
6e92a76 to
d00d774
Compare
peternied
commented
Aug 26, 2023
|
|
||
| - name: Coverage | ||
| uses: codecov/codecov-action@v1 | ||
| uses: Wandalen/wretry.action@v1.3.0 |
Member
Author
There was a problem hiding this comment.
Manually backported because the codecov version was incremented in a change v1->v3 was not backported
Codecov Report
@@ Coverage Diff @@
## 2.x #3243 +/- ##
============================================
+ Coverage 62.36% 62.57% +0.20%
- Complexity 3294 3387 +93
============================================
Files 252 252
Lines 19456 19456
Branches 3308 3308
============================================
+ Hits 12134 12174 +40
+ Misses 5705 5692 -13
+ Partials 1617 1590 -27 |
DarshitChanpura
approved these changes
Aug 27, 2023
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.
Description
Backport of d7d7f62 from #3242
Signed-off-by: Peter Nied petern@amazon.com
(cherry picked from commit d7d7f62)
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.