Skip to content

Commit fb4b15b

Browse files
chore(all): Add code coverage thresholds (#2582)
Co-authored-by: Tyler Roach <[email protected]>
1 parent 756b156 commit fb4b15b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

codecov.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ coverage:
22
status:
33
project:
44
default:
5-
informational: true
5+
target: auto
6+
threshold: 0.1%
67
patch:
78
default:
8-
informational: true
9+
target: auto
10+
threshold: 0%
911
comment:
1012
layout: diff
1113
behavior: default
12-
require_changes: false
14+
require_changes: false

0 commit comments

Comments
 (0)