forked from opacam/Cohen3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
33 lines (26 loc) · 787 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
# For more configuration details:
# https://docs.codecov.io/docs/codecov-yaml
# Check if this file is valid by running in bash:
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
codecov:
notify:
after_n_builds: 1
wait_for_ci: yes
require_ci_to_pass: yes
# Coverage configuration
# ----------------------
coverage:
status:
project: yes
patch: yes
changes: no
range: 70..90 # First number represents red, and second represents green
# (default is 70..100)
round: down # up, down, or nearest
precision: 2 # Number of decimal places, between 0 and 5
# Pull request comments:
# ----------------------
comment:
layout: reach, diff, flags, files, footer
behavior: default
require_changes: true