Skip to content

Commit e6642b1

Browse files
authored
chore(codecov): enable informational coverage reporting in .codecov.yml (#306)
1 parent e9fe9dd commit e6642b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ coverage:
1414
status:
1515
project: # overall coverage
1616
default:
17+
informational: true
1718
target: auto # fail on any drop
1819
threshold: 0% # or 0.5 % if you want slack
1920
patch: # changed lines
2021
default:
22+
informational: true
2123
target: 97%
2224

2325
comment:

0 commit comments

Comments
 (0)