Skip to content

Commit

Permalink
Renewed codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed May 23, 2021
1 parent 45a1e49 commit d632e95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
17 changes: 7 additions & 10 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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%

0 comments on commit d632e95

Please sign in to comment.