forked from juaml/julearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
39 lines (36 loc) · 847 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
34
35
36
37
38
39
codecov:
notify: {}
require_ci_to_pass: false
comment: # this is a top-level key
layout: "reach, diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
coverage:
status:
project: off
patch: off
flag_management:
default_rules:
carryforward: true
individual_flags:
- name: julearn
paths:
- julearn/
statuses:
- type: project
target: 90%
threshold: 1%
- type: patch
target: 95%
threshold: 1%
- name: docs
paths:
- docs/
statuses:
- type: project
target: 100%
threshold: 1%
- type: patch
target: 95%
threshold: 1%