Skip to content

Commit 52b9543

Browse files
authored
Fix code-coverage precision, exclude examples (#695)
Due to unstable work on CodeCov tool and precission issues we need to exclude more folders from scanner: - scripts - examples - docs - external Relates-TO: OLPEDGE-1657 Signed-off-by: Yaroslav Stefinko <[email protected]>
1 parent 1219080 commit 52b9543

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

codecov.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage:
22
range: 60..100
3-
round: down
3+
round: nearest
44
precision: 1
55
status:
66
project:
@@ -40,4 +40,8 @@ ignore:
4040
- olp-cpp-sdk-dataservice-write/src/FlushEventListener.h
4141
- olp-cpp-sdk-dataservice-write/src/FlushMetrics.h
4242
- tests
43-
- testutils
43+
- scripts
44+
- examples
45+
- docs
46+
- external
47+

0 commit comments

Comments
 (0)