Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit d8bc83f

Browse files
Merge pull request #353 from smarshy/coverage-config
Updated coverage configuration
2 parents 123f69b + ea11c4a commit d8bc83f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vms/.coveragerc

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
[run]
33
branch = True
44
source = vms
5+
omit =
6+
*/tests/*
7+
vms/*
8+
manage.py
59

610
[report]
711
ignore_errors = True

0 commit comments

Comments
 (0)