Skip to content

Commit 3ba524a

Browse files
committed
codecov.yml: fix threshold setting
threshold should not be 'null', it must be a valid integer/float or percent string.
1 parent 9c83ab9 commit 3ba524a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ coverage:
55
project:
66
default:
77
target: 90%
8-
threshold: null
8+
threshold: 50%

0 commit comments

Comments
 (0)