forked from CppMicroServices/CppMicroServices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
17 lines (15 loc) · 659 Bytes
/
codecov.yml
File metadata and controls
17 lines (15 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: null
coverage:
ignore:
- "third_party/.*" # ignore folder and all its contents
- "**/test/.*" # ignore test code
- "**/cppmicroservices_init.cpp" # ignore cppmicroservices_init.cpp files
- "compendium/test_bundles" # ignore test_bundles and all its contents
fixes:
- "projects/cppmicroservices::"