Skip to content

Commit

Permalink
Add dynamic coverage threshold (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 authored Sep 13, 2023
1 parent 9b707e6 commit 48fc54c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@ 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:
branch: devel
notify:
wait_for_ci: false
after_n_builds: 1

0 comments on commit 48fc54c

Please sign in to comment.