Skip to content

Commit

Permalink
Update Codecov action to v5 and add slug for coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent 891bf55 commit 5ee964f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
slug: dxns-hub/vapos
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false

publish:
Expand Down

0 comments on commit 5ee964f

Please sign in to comment.