Spaces:
Build error
Build error
File size: 372 Bytes
bd3f7ed 74f2c64 bd3f7ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# .coveragerc for audiobook_gen
[run]
# data_file = put a coverage file name here!!!
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
omit =
tests/*
notesbooks/*
[html]
# directory = put a directory here!!!!
[tool:pytest]
addopts = --cov=audiobook_gen --cov-report html
|