Skip to content

Commit d7889a2

Browse files
committed
Correctly prepare coverage before codecov upload.
The new codecov uploader strictly does upload, and none of the magic preparation that that bash uploader did. So we need to make sure we have a full coverage XML report to upload.
1 parent 027e1eb commit d7889a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
run: |
220220
${{ matrix.XVFB_RUN }} python -mpytest -raR -n auto \
221221
--maxfail=50 --timeout=300 --durations=25 \
222-
--cov-report= --cov=lib --log-level=DEBUG
222+
--cov-report=xml --cov=lib --log-level=DEBUG
223223
224224
- name: Filter C coverage
225225
run: |

0 commit comments

Comments
 (0)