forked from mac-gallagher/Shuffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
31 lines (27 loc) · 1.1 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
codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 2 # number of decimal places
round: down # round down coverage
range: "70...100" # visual color range in codecov
status:
project: yes # measures the overall project coverage and compares it against the base of the pull request or parent commit
patch: # measures only the lines adjusted in the pull request or single commit, if the commit is not in a pull request
default:
target: 100% # all new code should have 100% coverage
changes: yes # detect changes in coverage that are NOT included in the commit/pull diff, and report these changes as a commit status
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)
- "Pods/"
- "Tests/"