Skip to content

Commit

Permalink
Fix/rewrite paths for codecov filename matching
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Jan 23, 2021
1 parent da6e08a commit 3e6f99c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 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:
default:
target: auto
patch:
default:
target: 20%
target: 20%
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e6f99c

Please sign in to comment.