-
Notifications
You must be signed in to change notification settings - Fork 4
/
.codecov.yml
39 lines (36 loc) · 868 Bytes
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
coverage:
status:
default_rules:
# don't send status checks that don't have flag coverage uploaded
flag_coverage_not_uploaded_behavior: exclude
# rules for overall project-wide coverage
project:
backend:
flags:
- backend
target: auto
threshold: 1%
frontend:
flags:
- frontend
target: auto
informational: true # don't fail because of frontend tests for now
# rules based on the specific changes of the PR
patch:
backend:
flags:
- backend
target: 100%
threshold: 2%
frontend:
flags:
- frontend
target: auto
informational: true # don't fail because of frontend tests for now
flags:
backend:
paths:
- src/classes/
frontend:
paths:
- src/frontend/