From d632e9537492c6a87ca37fe3cf34d476270421d4 Mon Sep 17 00:00:00 2001 From: Bastian Kersting Date: Sun, 23 May 2021 19:44:46 +0200 Subject: [PATCH] Renewed codecov.yml --- .github/workflows/coverage.yml | 3 --- codecov.yml | 17 +++++++---------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 82406557..813951c6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,9 +25,6 @@ jobs: id: buildx uses: docker/setup-buildx-action@v1 - - name: Install covfix - run: cargo install rust-covfix - - name: Build docker container run: | cd ci && docker build -t test_suite:latest . diff --git a/codecov.yml b/codecov.yml index 92c52d42..9a53e3e9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,13 +1,10 @@ +codecov: + require_ci_to_pass: yes + coverage: status: + patch: no project: - default: - target: auto - threshold: 100% - paths: - - "src" - branches: - - main - if_ci_failed: ignore - informational: false - only_pulls: false + enabled: yes + target: auto + threshold: 5%