From b1e1b1f66b82f0ec821e77ba9c8b7f5f9a59e4cd Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 30 Jul 2020 13:36:02 +0200 Subject: [PATCH] use codecov projects (#4120) --- .github/workflows/main.yml | 2 -- codecov.yml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e502082b..dc9e00d48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,6 @@ jobs: with: file: ./coverage.xml name: ${{ matrix.os }} - fail_ci_if_error: false test-unsupported-python-version: runs-on: ubuntu-latest steps: @@ -142,7 +141,6 @@ jobs: with: file: ./web/coverage/coverage-final.json name: web - fail_ci_if_error: false docs: env: diff --git a/codecov.yml b/codecov.yml index db2472009..5199eef39 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1 +1,15 @@ comment: off +coverage: + status: + project: + default: false # disable the default status that measures entire project + python: + threshold: 0.1% + paths: + - "!web/" + web: + paths: + - "web/" +codecov: + notify: + after_n_builds: 6