Skip to content

Commit e1494c6

Browse files
authored
chore(cov): disable patch coverage (#324)
1 parent 5d380a0 commit e1494c6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

codecov.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
coverage:
22
# https://docs.codecov.com/docs/commit-status
33
status:
4-
patch:
5-
default:
6-
# TODO(@avivkeller): Once our coverage > 80%,
7-
# remove this, since we can easily rely on
8-
# project coverage to cover patches as well
9-
target: 80%
4+
patch: false
105
project:
116
default:
127
# TODO(@avivkeller): Once our coverage > 80%,

0 commit comments

Comments
 (0)