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 9790d3b commit 235a99fCopy full SHA for 235a99f
.github/workflows/main.yml
@@ -33,15 +33,13 @@ jobs:
33
pip install pytest pytest-cov
34
pytest ./tests --doctest-modules --cov-report=html
35
- name: Generate coverage report
36
- with:
37
- python-version: "3.11"
+ if: ${{ matrix.python-version == "3.11" }}
38
run: |
39
pip install pytest
40
pip install pytest-cov
41
pytest --cov=./ --cov-report=xml
42
- name: Upload coverage to Codecov
43
44
45
uses: codecov/codecov-action@v3
46
with:
47
files: ./coverage.xml
0 commit comments