forked from PSchmiedmayer/Swift-NIO-LIFX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
38 lines (34 loc) · 993 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
ignore:
- "Tests"
codecov:
require_ci_to_pass: yes
coverage:
range: "75...90"
precision: 2
round: up
status:
# The project status measures overall project coverage and compares it against the base of the pull request
project:
default:
# Choose a minimum coverage ratio that the commit must meet to be considered a success
target: auto
# Allow the coverage to drop by X%, and posting a success status.
threshold: 0.1%
# The patch status only measures lines adjusted in the pull request
patch:
default:
# Choose a minimum coverage ratio that the commit must meet to be considered a success
target: auto
# Allow the coverage to drop by X%, and posting a success status.
threshold: 0.1%
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no