Skip to content

Commit bfc0f5a

Browse files
committed
Update coveragerc and require coverage.
1 parent 4fe5c2c commit bfc0f5a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# .coveragerc to control coverage.py
22
[run]
33
branch = True
4+
source = jsonpatch
45

56
[report]
7+
show_missing = True
68
# Regexes for lines to exclude from consideration
79
exclude_lines =
810
# Have to re-enable the standard pragma

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
coverage
12
wheel
23
pypandoc

0 commit comments

Comments
 (0)