Skip to content

Commit 76afa70

Browse files
committed
No need to test admin.py so exclude from coverage
1 parent 6cb7324 commit 76afa70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.coveragerc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[run]
22
source = payments
3-
omit = payments/tests/*
3+
omit = payments/tests/*,payments/admin.py
44
branch = true
55

66
[report]
7-
omit = payments/tests/*
7+
omit = payments/tests/*,payments/admin.py

0 commit comments

Comments
 (0)