summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 4c038519..f849695c 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -548,7 +548,7 @@ class TestRunnerPluginTest(CoverageTest):
self.start_import_stop(cov, "no_biggie")
cov.combine()
cov.save()
- cov.report(["no_biggie.py"])
+ cov.report(["no_biggie.py"], show_missing=True)
self.assertEqual(self.stdout(), textwrap.dedent("""\
Name Stmts Miss Cover Missing
--------------------------------------------