-
Notifications
You must be signed in to change notification settings - Fork 12
/
codecov.yml
31 lines (27 loc) · 985 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
codecov:
notify:
require_ci_to_pass: yes # require the build to pass before submitting notifications
after_n_builds: 5 # how many build to wait for before submitting notifications, therefore skipping status checks
coverage:
precision: 2
round: down
range: "65...90" # custom range of coverage colors from red -> yellow -> green
status:
project: # measuring the overall project coverage
default:
enabled: yes # must be yes|true to enable this status
target: 80% # specify the target coverage for each commit status
threshold: 5% # Allow the coverage to drop by threshold %, and posting a success status.
patch: false # https://docs.codecov.io/docs/commit-status#section-patch-status
changes: false
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: diff
behavior: default
require_changes: false