From 3e6f99cefe624c73771463407bf885d918f77dc2 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Fri, 6 Nov 2020 11:11:32 +0100 Subject: [PATCH] Fix/rewrite paths for codecov filename matching --- .codecov.yml | 6 ++++-- .github/workflows/test.yml | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) 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