forked from Ultraplot/UltraPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
35 lines (31 loc) · 685 Bytes
/
codecov.yml
File metadata and controls
35 lines (31 loc) · 685 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
codecov:
notify:
require_ci_to_pass: no
coverage:
status:
patch:
default:
target: 80.0%
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
project:
default: false
library:
target: auto
threshold: 0.5%
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
paths:
- "!logo/*"
- "!docs/*"
- "!ultraplot/tests/*"
- "!ultraplot/demos.py"
tests:
target: 95.0%
paths:
- "ultraplot/tests/*"
- "!logo/*"
- "!docs/*"
- "!ultraplot/tests/conftest.py"