mirror of
https://github.com/jupyterhub/repo2docker.git
synced 2021-08-27 22:02:48 +03:00
Fix/rewrite paths for codecov filename matching
This commit is contained in:
@@ -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%
|
||||
|
||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user