Skip to content

Commit c22f9f1

Browse files
committed
fixup!
1 parent c0a3978 commit c22f9f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

codecov.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ coverage:
44
patch:
55
default:
66
# TODO(@avivkeller): Once our coverage > 80%,
7-
# increase this to 80%, and move it to `default_rules`
7+
# remove this, since we can easily rely on
8+
# project coverage to cover patches as well
89
target: 80%
910
project:
1011
default:
@@ -13,5 +14,5 @@ coverage:
1314
target: 40%
1415

1516
ignore:
16-
- "eslint.config.mjs"
17-
- "**/fixtures/"
17+
- 'eslint.config.mjs'
18+
- '**/fixtures/'

0 commit comments

Comments
 (0)