Skip to content

Commit 9fad685

Browse files
committed
[MNT] Update codecov config
1 parent a925f67 commit 9fad685

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.codecov.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# PR status check
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
# treshold: 1%
7+
informational: true
8+
patch:
9+
default:
10+
informational: true
11+
12+
# post coverage report as comment on PR
13+
comment: false
14+
15+
# enable codecov to report to GitHub status checks
16+
github_checks:
17+
annotations: false

.coveragerc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[report]
2+
show_missing = True
3+
4+
[run]
5+
plugins = Cython.Coverage
6+
include = */deepforest/*
7+
omit =
8+
*/setup.py
9+
*/deepforest/setup.py
10+
*/deepforest/tree/setup.py
11+
*/deepforest/__init__.py
12+
*/deepforest/tree/__init__.py
13+
*/deepforest/tests/*

0 commit comments

Comments
 (0)