Skip to content

Commit 0269b57

Browse files
authored
Configure Codecov (#708)
* Configure Codecov * Update codecov.yml
1 parent e149331 commit 0269b57

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

codecov.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ comment:
33
behavior: default
44
coverage:
55
status:
6-
project: # add everything under here, more options at https://docs.codecov.com/docs/commit-status
7-
default:
8-
# basic
9-
target: auto # default
6+
project:
7+
default: false
8+
tests:
9+
paths: 'packages/cfsite'
10+
target: 70%
11+
threshold: 1%
12+
app:
13+
paths: '!packages/cfsite'
14+
target: auto
1015
threshold: 1%
11-
base: auto

0 commit comments

Comments
 (0)