Fix/rewrite paths for codecov filename matching

This commit is contained in:
Tim Head
2020-11-06 11:11:32 +01:00
parent da6e08aec0
commit 3e6f99cefe
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# show coverage in CI status, not as a comment.
# show coverage in CI status, not as a comment.
comment: off
fixes:
- "*/site-packages/::"
coverage:
status:
project:
@@ -7,4 +9,4 @@ coverage:
target: auto
patch:
default:
target: 20%
target: 20%

View File

@@ -120,4 +120,5 @@ jobs:
- name: "Upload code coverage stats"
run: |
pip install codecov
pushd tests && codecov && popd
pushd tests && codecov && cat
cat /home/runner/work/repo2docker/repo2docker/tests/coverage.xml