Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7889a2

Browse filesBrowse 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
Copy full SHA for d7889a2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.