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 571f638 commit 1118243Copy full SHA for 1118243
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
run: python -m pytest tests/unit/ -v --cov=nutrient_dws --cov-report=xml --cov-report=term
48
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
file: ./coverage.xml
0 commit comments