Skip to content

Commit

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

* chore: add codecov token

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
  • Loading branch information
renovate[bot] and browniebroke committed Feb 5, 2024
1 parent 16d918d commit bbff576
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Test with Pytest
run: poetry run pytest --cov-report=xml
- name: Upload coverage report
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbff576

Please sign in to comment.