We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db3633c + cfa076c commit 8303c08Copy full SHA for 8303c08
4 files changed
.github/workflows/ci.yml
@@ -36,14 +36,16 @@ jobs:
36
shell: bash -l {0}
37
run: coverage run -m pytest -c pyproject.toml
38
- name: Display report
39
+ if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
40
41
run: coverage report -i
42
- name: Create coverage report
43
44
45
run: |
46
coverage xml -i
47
- name: Upload coverage report to Codecov
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
48
49
uses: codecov/codecov-action@v4
50
with:
51
file: ./coverage.xml
0 commit comments