We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011279a commit cc38ce0Copy full SHA for cc38ce0
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
run: pytest -v --cov=nutrient_dws --cov-report=xml --cov-report=term
47
48
- name: Upload coverage to Codecov
49
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
file: ./coverage.xml
0 commit comments