Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4 (#562)
Browse files Browse the repository at this point in the history
* chore(deps): update codecov/codecov-action action to v4
* add codecov token

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Maas <fpgmaas@gmail.com>
  • Loading branch information
renovate[bot] and fpgmaas authored Mar 14, 2024
1 parent 78ace96 commit 8e002b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
run: pdm run pytest tests --cov --cov-config=pyproject.toml --cov-report=xml

- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11 and x86_64
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.python-version == '3.11' && matrix.target == 'x86_64' }}

windows:
Expand Down

0 comments on commit 8e002b7

Please sign in to comment.