Skip to content

Commit

Permalink
Fix coverage requirement target (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 authored Sep 12, 2023
1 parent 727e69c commit a050b6c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,21 @@ coverage:
status:
project:
default:
target: 80%
threshold: 5%
target: 30%
threshold: 5%
branches:
- devel
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

0 comments on commit a050b6c

Please sign in to comment.