forked from heremaps/here-data-sdk-cpp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml
48 lines (47 loc) · 1.39 KB
/
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
41
42
43
44
45
46
47
coverage:
range: 60..100
round: nearest
precision: 1
status:
project:
core:
paths:
- olp-cpp-sdk-core
threshold: 1
authentication:
paths:
- olp-cpp-sdk-authentication
threshold: 1
dataservice-read:
paths:
- olp-cpp-sdk-dataservice-read
threshold: 1
dataservice-write:
paths:
- olp-cpp-sdk-dataservice-write
threshold: 1
ignore:
- olp-cpp-sdk-authentication/tests
- olp-cpp-sdk-core/src/http/android
- olp-cpp-sdk-core/src/http/curl
- olp-cpp-sdk-core/src/http/ios
- olp-cpp-sdk-core/src/http/winhttp
- olp-cpp-sdk-core/src/http/Network.cpp
- olp-cpp-sdk-core/tests
- olp-cpp-sdk-dataservice-read/tests
- olp-cpp-sdk-dataservice-write/tests
- olp-cpp-sdk-dataservice-write/src/AutoFlushController.cpp
- olp-cpp-sdk-dataservice-write/src/AutoFlushController.h
- olp-cpp-sdk-dataservice-write/src/AutoFlushSettings.h
- olp-cpp-sdk-dataservice-write/src/BackgroundTaskCollection.cpp
- olp-cpp-sdk-dataservice-write/src/BackgroundTaskCollection.h
- olp-cpp-sdk-dataservice-write/src/DefaultFlushEventListener.cpp
- olp-cpp-sdk-dataservice-write/src/DefaultFlushEventListener.h
- olp-cpp-sdk-dataservice-write/src/FlushEventListener.h
- olp-cpp-sdk-dataservice-write/src/FlushMetrics.h
- tests
- scripts
- examples
- docs
- external
- build