diff options
Diffstat (limited to 'coverage/summary.py')
-rw-r--r-- | coverage/summary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/summary.py b/coverage/summary.py index 419051b0..72d21033 100644 --- a/coverage/summary.py +++ b/coverage/summary.py @@ -40,7 +40,7 @@ class SummaryReporter(object): """ self.outfile = outfile or sys.stdout - self.coverage.get_data().set_query_contexts(self.config.query_contexts) + self.coverage.get_data().set_query_contexts(self.config.report_contexts) for fr, analysis in get_analysis_to_report(self.coverage, morfs): self.report_one_file(fr, analysis) |