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 642f9c3 commit 0b6488aCopy full SHA for 0b6488a
.github/workflows/testing-and-coverage.yml
@@ -33,6 +33,6 @@ jobs:
33
run: |
34
python -m pytest tests --cov=src/cdfvi --cov-report=xml
35
- name: Upload coverage report to codecov
36
-uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v4
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments