We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022d37b commit 9f1b3e1Copy full SHA for 9f1b3e1
.github/workflows/ci.yml
@@ -166,7 +166,8 @@ jobs:
166
run: |
167
# List the files to see what we have
168
echo "Combining coverage files:"
169
- coverage combine --data-file=.coverage .coverage*
+ ls -aR .coverage*
170
+ coverage combine .coverage*
171
# add -i to ignore code in ephemeral python files created in temporary
172
# directories during tests; this will result in warnings in the report
173
coverage report -i -m
0 commit comments