Skip to content

Commit 3fb36d0

Browse files
authored
maintenance fix codecov reports (#1568)
* add codecov.yml file * set up codecov to report for api/packages/services
1 parent b6a2568 commit 3fb36d0

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.codecov.yml

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
codecov:
2+
require_ci_to_pass: yes
3+
branch: master
4+
5+
coverage:
6+
precision: 1
7+
round: down
8+
range: "70...100"
9+
10+
status:
11+
project:
12+
default:
13+
informational: true
14+
threshold: 1%
15+
paths:
16+
- api
17+
- packages
18+
- services
19+
api:
20+
informational: true
21+
threshold: 1%
22+
paths:
23+
- api
24+
packages:
25+
informational: true
26+
threshold: 1%
27+
paths:
28+
- packages
29+
services:
30+
informational: true
31+
threshold: 1%
32+
paths:
33+
- services
34+
35+
36+
patch:
37+
default:
38+
informational: true
39+
threshold: 1%
40+
paths:
41+
- api
42+
- packages
43+
- services
44+
45+
parsers:
46+
gcov:
47+
branch_detection:
48+
conditional: yes
49+
loop: yes
50+
method: no
51+
macro: no
52+
53+
comment:
54+
layout: "reach,diff,flags,tree"
55+
behavior: default
56+
require_changes: no

0 commit comments

Comments
 (0)