Skip to content

Commit e470052

Browse files
author
Matthew Fisher
authored
ref(codecov): add 0.2% failure threshold to codecov (#1192)
This way, changes that drop coverage by less than a fifth of a percent will still pass. Anything more than that should be looked at more closely by the reviewer for more potential places to cover with tests.
1 parent 30ab1d3 commit e470052

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ comment:
33
layout: header, diff
44
coverage:
55
status:
6+
project:
7+
default:
8+
threshold: 0.2
69
changes: false

0 commit comments

Comments
 (0)