Skip to content

Commit

Permalink
update codecov-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Nov 26, 2024
1 parent 78437f7 commit 08edcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Tests
run: xvfb-run -a python -m pytest -vv --cov=RefRed --cov-report=xml --cov-report=term test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }} # required

Expand Down

0 comments on commit 08edcea

Please sign in to comment.