-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcodecov.yml
More file actions
40 lines (37 loc) · 904 Bytes
/
Copy pathcodecov.yml
File metadata and controls
40 lines (37 loc) · 904 Bytes
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
# Codecov configuration
# https://docs.codecov.io/docs/codecov-yaml
coverage:
status:
# Overall project coverage check
project:
default:
# Allow up to 1% drop in overall coverage before failing
threshold: 1%
# Coverage check on changed lines in PRs
patch:
default:
# New/changed code in PRs must have at least 80% coverage
target: 80%
comment:
# Post coverage summary as a PR comment
layout: "reach,diff,flags,files"
behavior: default
require_changes: false
flags:
typescript:
paths:
- "common/"
- "b2-workflow/"
- "boost-clone/"
- "cmake-workflow/"
- "cpp-matrix/"
- "create-changelog/"
- "flamegraph/"
- "package-install/"
- "setup-clang/"
- "setup-cmake/"
- "setup-cpp/"
- "setup-gcc/"
- "setup-msvc/"
- "setup-program/"
- "utils/"