forked from heremaps/here-data-sdk-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
40 lines (40 loc) · 916 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
40
coverage:
range: 80..100
round: up
precision: 4
notify:
wait_for_ci: false
ci:
- "travis.org"
status:
project:
authentication:
paths:
- ./@here/olp-sdk-authentication
threshold: 1
dataservice-read:
paths:
- ./@here/olp-sdk-dataservice-read
threshold: 1
dataservice-write:
paths:
- ./@here/olp-sdk-dataservice-write
threshold: 1
olp-sdk-fetch:
paths:
- ./@here/olp-sdk-fetch
threshold: 1
olp-sdk-dataservice-api:
paths:
- ./@here/olp-sdk-dataservice-api
threshold: 1
ignore:
- ./@here/olp-sdk-authentication/test
- ./@here/olp-sdk-core/test
- ./@here/olp-sdk-dataservice-api/test
- ./@here/olp-sdk-dataservice-read/test
- ./@here/olp-sdk-dataservice-write/test
- ./@here/olp-sdk-fetch/test
- docs
- scripts
- tests