Skip to content

Commit

Permalink
Fix build codecov jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Palma committed Jul 1, 2024
1 parent 47ac1dc commit 1708b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
run: |
tox -e py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 1708b78

Please sign in to comment.