Skip to content

Commit

Permalink
Merge branch 'master' into feature/596-sac
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 27, 2021
2 parents 4486569 + fa7d1df commit 427d5ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,21 @@ coverage:
# https://codecov.readme.io/v1.0/docs/commit-status
project:
default:
against: auto
target: 99% # specify the target coverage for each commit status
target: 95% # specify the target coverage for each commit status
threshold: 30% # allow this little decrease on project
# https://github.com/codecov/support/wiki/Filtering-Branches
# branches: master
if_ci_failed: error
# https://github.com/codecov/support/wiki/Patch-Status
patch:
default:
against: auto
target: 50% # specify the target "X%" coverage to hit
# threshold: 50% # allow this much decrease on patch
threshold: 50% # allow this much decrease on patch
changes: false

# https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations
github_checks:
annotations: false

parsers:
gcov:
branch_detection:
Expand All @@ -49,4 +50,3 @@ comment:
require_changes: false
behavior: default # update if exists else create new
# branches: *
after_n_builds: 17

0 comments on commit 427d5ab

Please sign in to comment.