forked from dcolinmorgan/cu-cat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
26 lines (24 loc) · 781 Bytes
/
codecov.yml
File metadata and controls
26 lines (24 loc) · 781 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
# similar to scikit-learn .codecov.yml
comment: false
coverage:
status:
project:
default:
# Commits pushed to the main branch should not make the overall
# project coverage decrease by more than 1%:
target: auto
threshold: 1%
patch:
default:
# Be tolerant on slight code coverage diff on PRs to limit
# noisy red coverage status on GitHub PRs.
# Note The coverage stats are still uploaded
# to codecov so that PR reviewers can see uncovered lines
# in the GitHub diff if they install the codecov browser
# extension:
# https://github.com/codecov/browser-extension
target: auto
threshold: 1%
ignore:
- "cu_cat/_check_dependencies.py"
- "**/setup.py"