-
Notifications
You must be signed in to change notification settings - Fork 2
/
codecov.yml
50 lines (43 loc) · 956 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
40
41
42
43
44
45
46
47
48
49
50
codecov:
branch: master
bot: null
coverage:
precision: 2
round: down
range: "60...100"
notify:
slack:
default:
url: "https://hooks.slack.com/services/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"
threshold: null
only_pulls: false
branches: master
flags: null
paths: null
status:
project:
# add more later when packages will be namespaced
default: false
# tests:
# target: 100%
# paths: tests
core:
# change this to more strict number and some allowance threshold later
target: auto
threshold: null
branches: null
paths: src/kleio
patch:
default:
target: auto
branches: null
changes:
default:
branches: null
ignore: null
fixes:
- .tox
comment:
layout: "header, diff, changes, sunburst, uncovered, tree"
branches: null
behavior: default