Skip to content

Commit

Permalink
specify --omit explicitly in coverage xml generation
Browse files Browse the repository at this point in the history
  • Loading branch information
abg committed May 19, 2011
1 parent c80f984 commit 80b6fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test_runner.py
Expand Up @@ -105,7 +105,8 @@ def _run_tests(self, paths):
logging.warning(" * Test exited with failure status %d", ret)

if self.report:
exec_command(['coverage', 'xml'],
exec_command(['coverage', 'xml',
'--omit', 'tests,holland/cli/backports,/usr/'],
cwd=path,
close_fds=True)

Expand Down

0 comments on commit 80b6fc8

Please sign in to comment.