There was an error while loading. Please reload this page.
1 parent 63b7a3b commit f65d439Copy full SHA for f65d439
.github/workflows/ci.yml
@@ -9,7 +9,9 @@ jobs:
9
- name: Install dependencies
10
run: pip install -r requirements.txt
11
- name: Run tests and collect coverage
12
- run: coverage run tests.py
+ run: |
13
+ coverage run tests.py
14
+ coverage xml
15
- name: Download and validate Codecov uploader
16
run: |
17
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
0 commit comments