Commit c6fc78b7 authored by Stefan Behnel's avatar Stefan Behnel

include Cython.Compiler.Options module in coverage report

parent ea14f810
......@@ -1929,7 +1929,7 @@ def runtests(options, cmd_args, coverage=None):
coverage.stop()
ignored_modules = set(
'Cython.Compiler.' + name
for name in ('Options', 'Version', 'DebugFlags', 'CmdLine'))
for name in ('Version', 'DebugFlags', 'CmdLine'))
modules = [module for name, module in sys.modules.items()
if module is not None and
name.startswith('Cython.') and
......
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