forked from mac-gallagher/Shuffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
35 lines (31 loc) · 1.22 KB
/
.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
codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 1 # number of decimal places
round: down # round down coverage
range: "70...100" # visual color range in codecov
status:
project: # measures the overall project coverage and compares it against the base of the pull request or parent commit.
default:
informational: true # non-blocking
patch: # measures only the lines adjusted in the pull request or single commit, if the commit is not in a pull request
default:
informational: true # non-blocking
changes: # detect changes in coverage that are NOT included in the commit/pull diff, and report these changes as a commit status
default:
informational: true # non-blocking
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment: # configure github pull request comment
layout: "diff, flags, files"
behavior: default # update comment, if exists. Otherwise post new.
require_changes: no # comments post regardless if there is a coverage change or not
ignore: # ignore these files when measuring absolute coverage (reported in the Github badge)
- "Example/"
- "Sources/Shuffle/Classes/Internal"