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 5eb0658 commit 440da36Copy full SHA for 440da36
codecov.yml
@@ -0,0 +1,18 @@
1
+coverage:
2
+ # https://docs.codecov.com/docs/commit-status
3
+ 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%
10
+ project:
11
12
+ # TODO(@avivkeller): Once our coverage > 50%,
13
+ # increase this to 50%, and increase on increments
14
+ target: 40%
15
+
16
+ignore:
17
+ - 'eslint.config.mjs'
18
+ - '**/fixtures/'
0 commit comments