Commit ed693968 authored by Julien Muchembled's avatar Julien Muchembled

Enable coverage for neo.tests, which is useful to find dead code

parent 3b5a6edb
Pipeline #3996 skipped
......@@ -4,4 +4,8 @@ source = neo
omit =
neo/debug.py
neo/scripts/runner.py
neo/tests/*
[report]
exclude_lines =
pragma: no cover
if __name__ == .__main__.:
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