Commit 58c33a93 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add configuration file for coverage and ignore the result file.

parent 1176abbf
[run]
source = topydo
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
omit =
topydo/lib/ExitCommand.py
topydo/lib/Version.py
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
build build
dist dist
install install
.coverage
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment