Skip to content

Commit

Permalink
Add dynamic coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Sep 12, 2023
1 parent a050b6c commit cacfe72
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ coverage:
status:
project:
default:
target: 30%
target: auto
threshold: 5%
branches:
- devel
patch:
patch:
default:
target: auto
threshold: 5%
base: auto
branches:
- devel
if_ci_failed: error
comment:
layout: " diff, flags, files"
behavior: default
require_changes: false
require_base: false
require_head: true
after_n_builds: 1
codecov:
notify:
wait_for_ci: false
after_n_builds: 1

0 comments on commit cacfe72

Please sign in to comment.