Skip to content

Commit 26b0128

Browse files
committed
Generate coverage XML.
1 parent 2251c76 commit 26b0128

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ jobs:
3030
pip3 install .
3131
coverage run --source=rdata/ --omit=rdata/tests/ setup.py test;
3232
33+
- name: Generate coverage XML
34+
run: |
35+
coverage xml
36+
3337
- name: Upload coverage to Codecov
3438
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)