We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a925f67 commit 9fad685Copy full SHA for 9fad685
.codecov.yml
@@ -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
10
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
@@ -0,0 +1,13 @@
+[report]
+show_missing = True
+[run]
+plugins = Cython.Coverage
+include = */deepforest/*
+omit =
+ */setup.py
+ */deepforest/setup.py
+ */deepforest/tree/setup.py
+ */deepforest/__init__.py
+ */deepforest/tree/__init__.py
+ */deepforest/tests/*
0 commit comments