Skip to content

Commit f65d439

Browse files
coverage xml
1 parent 63b7a3b commit f65d439

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
- name: Install dependencies
1010
run: pip install -r requirements.txt
1111
- name: Run tests and collect coverage
12-
run: coverage run tests.py
12+
run: |
13+
coverage run tests.py
14+
coverage xml
1315
- name: Download and validate Codecov uploader
1416
run: |
1517
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step

0 commit comments

Comments
 (0)