-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy path.codecov.yml
More file actions
39 lines (32 loc) · 821 Bytes
/
.codecov.yml
File metadata and controls
39 lines (32 loc) · 821 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
33
34
35
36
37
38
39
codecov:
branch: main
token: c14be219-3495-4039-8cbf-3f6dc4e76eac
fixes:
# Fix the file names:
- "/opt/hostedtoolcache/Python/*/x64/lib/python*/site-packages/::"
- "/Users/runner/hostedtoolcache/Python/*/x64/lib/python*/site-packages/::"
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 100%
threshold: 0%
branches: null
patch:
default:
target: 100%
threshold: 0%
branches: null
changes: false
# I don't understand these, so turning it off...
#default:
#branches: null
ignore: null
comment: false
# I find these more annoying than helpful, so turning them off.
#layout: "header, diff, changes, sunburst, uncovered, tree"
#branches: null
#behavior: default