-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧪 Fix uploading coverage from GHA to Codecov
The `codecov/codecov-action@v4` release of the official GitHub Action for uploading coverage data to the Codecov service turned out to be poorly tested alpha quality software. It has numerous bugs preventing it from successfully sending the code coverage information over. So we must postpone starting to use it until it's stable. These patch downgrades it to v3 that remains functional for the time being. PR #941 Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
`codecov-action <https://github.com/codecov/codecov-action>`_ | ||
has been temporarily downgraded to ``v3`` | ||
in the GitHub Actions CI/CD workflow definitions | ||
in order to fix uploading coverage to | ||
`Codecov <https://app.codecov.io/gh/aio-libs/multidict>`_. | ||
See `this issue <https://github.com/codecov/codecov-action/issues/1252>`_ | ||
for more details. |
19d0511
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been fixed with codecov/codecov-cli#390.