Fix/rewrite paths for codecov filename matching

pull/982/head
Tim Head 2020-11-06 11:11:32 +01:00
rodzic da6e08aec0
commit 3e6f99cefe
2 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -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%

Wyświetl plik

@ -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