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 da6e08a commit 3e6f99cCopy full SHA for 3e6f99c
.codecov.yml
@@ -1,10 +1,12 @@
1
-# show coverage in CI status, not as a comment.
+# show coverage in CI status, not as a comment.
2
comment: off
3
+fixes:
4
+ - "*/site-packages/::"
5
coverage:
6
status:
7
project:
8
default:
9
target: auto
10
patch:
11
- target: 20%
12
+ target: 20%
.github/workflows/test.yml
@@ -120,4 +120,5 @@ jobs:
120
- name: "Upload code coverage stats"
121
run: |
122
pip install codecov
123
- pushd tests && codecov && popd
+ pushd tests && codecov && cat
124
+ cat /home/runner/work/repo2docker/repo2docker/tests/coverage.xml
0 commit comments