Skip to content

Commit 440da36

Browse files
authored
feat(codecov): setup checks (#306)
* feat(codecov): setup checks * fixup! ignore eslint and fixtures * Update codecov.yml * fixup!
1 parent 5eb0658 commit 440da36

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

codecov.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
default:
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

Comments
 (0)