-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.codecov.yml
51 lines (43 loc) · 1.19 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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
# Coverage configuration
# ----------------------
codecov:
branch: master
notify:
require_ci_to_pass: yes
coverage:
status:
patch: false
project:
default:
threshold: 50%
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
# Ignoring Paths
# --------------
# which folders/files to ignore
ignore:
- setup.py
- blues/tests/*
- blues/_version.py
- blues/*dart.py
- blues/switching.py
- blues/formats.py
- blues/example.py
# Pull request comments:
# ----------------------
# Diff is the Coverage Diff of the pull request.
# Files are the files impacted by the pull request
comment:
# accepted in any order: header, reach, diff, flags, and/or files
layout: header, diff, tree, changes, sunburst
require_changes: false
branches: null
behavior: default
flags: null
paths: null