Skip to content

Commit cd8f828

Browse files
committed
Disable codecov comment and changes status
They are mostly noise at the moment. The 'changes' status could be useful, but is a bit too noisy given flakiness in our coverage. Threshold of 1% suppresses the noise for project-wide coverage.
1 parent 41a9c94 commit cd8f828

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

codecov.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
coverage:
2+
status:
3+
patch:
4+
default:
5+
target: '80'
6+
project:
7+
default:
8+
target: auto
9+
threshold: 1
10+
changes:
11+
default:
12+
branches:
13+
- nonExistantBranchToDisableTheFeature
14+
comment: off

0 commit comments

Comments
 (0)