forked from ibis-project/ibis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
32 lines (29 loc) · 852 Bytes
/
codecov.yml
File metadata and controls
32 lines (29 loc) · 852 Bytes
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
codecov:
notify:
# a high number to try to delay codecov reporting until most of the test
# runs have finished. Should match with comment.after_n_builds below.
after_n_builds: 32
comment:
after_n_builds: 32
layout: "reach, diff, files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
require_base: false # [yes :: must have a base report to post]
require_head: true # [yes :: must have a head report to post]
branches: null
ignore:
- "docs/**"
coverage:
status:
project:
default:
# Allow for slight decreases in code coverage, makes
# the coverage status checks a little less finicky
target: auto
threshold: 1%
only_pulls: true
patch:
default:
target: auto
threshold: 1%
only_pulls: true