Skip to content

Commit ab38789

Browse files
committed
MNT: Configure coverage/codecov
1 parent b72ba92 commit ab38789

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[run]
2+
branch = True
3+
omit =
4+
*/_version.py

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
coverage:
2+
range: "50...100"
3+
ignore: # files and folders that will be removed during processing
4+
- "**/tests"
5+
- "**/_version.py"
6+
- "setup.py"
7+
- "versioneer.py"
8+
status:
9+
project:
10+
default:
11+
threshold: 1
12+
patch:
13+
default:
14+
target: 80

0 commit comments

Comments
 (0)