Skip to content

Commit bb2480a

Browse files
Add codecov.yml file
1 parent 61b73e3 commit bb2480a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
2424
endif()
2525

2626
set(COVERAGE_EXCLUDE
27+
/*/install/*
28+
/*/devel/*
2729
/usr/*
2830
/opt/*
2931
${CMAKE_CURRENT_LIST_DIR}/test/*

codecov.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
codecov:
2+
require_ci_to_pass: yes
3+
disable_default_path_fixes: true
4+
5+
fixes:
6+
- "/__w/boost_plugin_loader/boost_plugin_loader/target_ws/src/::"
7+
8+
coverage:
9+
precision: 2
10+
round: down
11+
range: "70...100"
12+
status:
13+
project:
14+
default:
15+
threshold: 0.5%
16+
17+
parsers:
18+
gcov:
19+
branch_detection:
20+
conditional: yes
21+
loop: yes
22+
method: no
23+
macro: no
24+
25+
comment:
26+
layout: "reach,diff,flags,tree"
27+
behavior: default
28+
require_changes: no

0 commit comments

Comments
 (0)