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 0d4f479 commit e5a362dCopy full SHA for e5a362d
.github/workflows/main.yml
@@ -154,21 +154,9 @@ jobs:
154
run: |
155
python scripts/append_codecov_token.py
156
157
- - name: Combine coverage
+ - name: Report coverage
158
if: (!matrix.skip_coverage)
159
- run: |
160
- python -m coverage combine
161
- python -m coverage xml
162
-
163
- - name: Codecov upload
164
- if: (!matrix.skip_coverage)
165
- uses: codecov/codecov-action@v1
166
- with:
167
- token: ${{ secrets.codecov }}
168
- file: ./coverage.xml
169
- flags: GHA
170
- fail_ci_if_error: false
171
- name: ${{ matrix.name }}
+ run: bash scripts/report-coverage.sh -F GHA
172
173
deploy:
174
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'
0 commit comments