forked from aeon-toolkit/aeon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
30 lines (27 loc) · 679 Bytes
/
.codecov.yml
File metadata and controls
30 lines (27 loc) · 679 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
# PR status check
coverage:
status:
project:
default:
target: auto
threshold: 1%
# If true PRs will always pass and reports are just for information
informational: true
patch:
default:
target: auto
threshold: 1%
# If true PRs will always pass and reports are just for information
informational: true
# post coverage report as comment on PR
comment: false
# enable codecov to report to GitHub status checks
github_checks:
annotations: false
# paths to ignore
ignore:
- ".github/"
- ".binder/"
- "aeon/testing/expected_results/_write_estimator_results.py"
- "docs/"
- "examples/"