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 479ca7d commit b35be42Copy full SHA for b35be42
.github/workflows/pipeline.yml
@@ -36,7 +36,6 @@ jobs:
36
pytest -v --cov=./mcbackend --cov-report xml --cov-report term-missing mcbackend/
37
- name: Upload coverage
38
uses: codecov/codecov-action@v4
39
- if: matrix.python-version == 3.11
40
with:
41
file: ./coverage.xml
42
fail_ci_if_error: false
0 commit comments