diff --git a/.codecov.yml b/.codecov.yml index 62be777b..8836913f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -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% diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424cf37b..5362a497 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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