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 96e4e57 commit 696a7f1Copy full SHA for 696a7f1
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
run: python -m pytest tests/unit/ -v --cov=nutrient_dws --cov-report=xml --cov-report=term
57
58
- name: Upload coverage to Codecov
59
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
60
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
61
with:
62
files: ./coverage.xml
0 commit comments