-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodecov.yml
46 lines (40 loc) · 1020 Bytes
/
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
# =================================================================================================================================
# Copyright (c) RapidField LLC. Licensed under the MIT License. See LICENSE.txt in the project root for license information.
# =================================================================================================================================
# This file configures code coverage reporting via Codecov.
# Basic
codecov:
branch: master
notify:
require_ci_to_pass: yes
# Bot commenting
comment:
layout: "reach, diff"
behavior: default
require_changes: no
# Coverage calculation
coverage:
precision: 0
round: down
range: "30...70"
status:
changes: off
patch: off
project:
default:
base: auto
target: auto
threshold: 1
# Ignored paths
ignore:
- "cicd/**"
- "example/**"
- "test/**"
# Parsing
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no