Skip to content

Commit 1473b47

Browse files
committed
Ignore mat4py from coverage
1 parent 58d193f commit 1473b47

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.coveragerc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[run]
22
branch = True
33
source = src
4-
omit = *_version.py
4+
omit =
5+
*_version.py
6+
*/mat4py/*
57

68
[report]
79
fail_under = 90

tests/integration/test_wrangling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ def test_wrangling_flat(tmpdir):
8383

8484
assert "everything" in result.output
8585

86-
assert len(listdir(OUTPUT_DIR)) == 3
86+
assert len(listdir(OUTPUT_DIR)) == 12

0 commit comments

Comments
 (0)