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 e149331 commit 0269b57Copy full SHA for 0269b57
codecov.yml
@@ -3,9 +3,13 @@ comment:
3
behavior: default
4
coverage:
5
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
+ project:
+ default: false
+ tests:
+ paths: 'packages/cfsite'
10
+ target: 70%
11
+ threshold: 1%
12
+ app:
13
+ paths: '!packages/cfsite'
14
+ target: auto
15
threshold: 1%
- base: auto
0 commit comments