We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e523698 commit bf0616aCopy full SHA for bf0616a
.codecov.yml
@@ -1,3 +1,10 @@
1
+# show coverage in CI status, not as a comment.
2
+comment: off
3
coverage:
- ignore:
- - "skopt/tests/*"
4
+ status:
5
+ project:
6
+ default:
7
+ target: auto
8
+ patch:
9
10
+ target: 20%
.coveragerc
@@ -0,0 +1,6 @@
+[run]
+omit =
+ # this file comes from versioneer and we don’t test it
+ */_version.py
+ # these are our tests, don't count them towards coverage
+ skopt/tests/*
0 commit comments