Skip to content

Commit

Permalink
🐛 Fix Codecov coverage uploading for the CI/CD workflow
Browse files Browse the repository at this point in the history
The newest version of the codecov-action fails
to submit coverage for the CI/CD workflow,
so it isn't ready for use yet.

These changes downgrade codecov-action to v3.
  • Loading branch information
Jamim committed Feb 2, 2024
1 parent 229f429 commit 0b990c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
coverage xml
shell: bash
- name: Send coverage data to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: coverage.xml
flags: CI-GHA
Expand Down
7 changes: 7 additions & 0 deletions CHANGES/941.contrib.rst
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 definition
in order to fix coverage uploading to
`Codecov <https://app.codecov.io/gh/aio-libs/multidict>`_.
See `this issue <https://github.com/codecov/codecov-action/issues/1252>`_
for more details.

0 comments on commit 0b990c5

Please sign in to comment.