We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a3978 commit c22f9f1Copy full SHA for c22f9f1
codecov.yml
@@ -4,7 +4,8 @@ coverage:
4
patch:
5
default:
6
# TODO(@avivkeller): Once our coverage > 80%,
7
- # increase this to 80%, and move it to `default_rules`
+ # remove this, since we can easily rely on
8
+ # project coverage to cover patches as well
9
target: 80%
10
project:
11
@@ -13,5 +14,5 @@ coverage:
13
14
target: 40%
15
16
ignore:
- - "eslint.config.mjs"
17
- - "**/fixtures/"
+ - 'eslint.config.mjs'
18
+ - '**/fixtures/'
0 commit comments