9 lines
158 B
INI
9 lines
158 B
INI
# Config options for coverage
|
|
# Docs: https://coverage.readthedocs.io/en/latest/config.html
|
|
|
|
[coverage:run]
|
|
source = .
|
|
|
|
[coverage:report]
|
|
show_missing = True
|