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 a05c8fa commit 5f5b926Copy full SHA for 5f5b926
.github/workflows/pipeline.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
pytest -v --cov=./mcbackend --cov-report xml --cov-report term-missing mcbackend/
37
- name: Upload coverage
38
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
39
if: matrix.python-version == 3.9
40
with:
41
file: ./coverage.xml
0 commit comments