We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eea350 commit cb61d0eCopy full SHA for cb61d0e
.codecov.yml
@@ -0,0 +1,10 @@
1
+# show coverage in CI status, not as a comment.
2
+comment: off
3
+coverage:
4
+ status:
5
+ project:
6
+ default:
7
+ target: auto
8
+ patch:
9
10
.coveragerc
@@ -0,0 +1,13 @@
+[run]
+source =
+ slicerator
+[report]
+omit =
+ */python?.?/*
+ */site-packages/nose/*
+ # ignore _version.py and versioneer.py
+ .*version.*
+ *_version.py
11
+
12
+exclude_lines =
13
+ if __name__ == '__main__':
0 commit comments