blob: 64583607ef1dcef7b04bc35cccfbd7dc56398b0b [file] [log] [blame]
[run]
# source = dill
include = */dill/*
omit =
*/tests/*
*/info.py
branch = true
# timid = true
# parallel = true # and need to 'combine' data files
# concurrency = multiprocessing # thread
# data_file = $TRAVIS_BUILD_DIR/.coverage
# debug = trace
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
# show_missing = true
ignore_errors = true
# pragma: no branch
# noqa