Skip to content

Commit 7aae8c3

Browse files
committed
Enable blocking Codecov coverage status
1 parent bb5937d commit 7aae8c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

codecov.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ coverage:
22
status:
33
project:
44
default:
5-
informational: true
5+
target: auto # do not drop below the current level...
6+
threshold: 1% # ...by more than 1%
67
patch:
78
default:
8-
informational: true
9+
target: 80% # new/changed code in the PR diff must be >= 80% covered
910

1011
comment:
1112
layout: "reach, diff, flags, components, files"

0 commit comments

Comments
 (0)