Skip to content

Commit

Permalink
ci: fix codecov job error
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
Alex-Izquierdo committed Oct 8, 2024
1 parent 853e664 commit 322a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
name: ${{ matrix.name }}
# verbose: true # optional (default = false)
Expand Down

0 comments on commit 322a7fe

Please sign in to comment.