Properly exclude tests/output/ from code coverage.

This commit is contained in:
Matt Clay 2019-09-10 12:49:23 -07:00
parent f110abb806
commit 983f0ad5a0
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- ansible-test now properly excludes the ``tests/output/`` directory from code coverage

View file

@ -114,8 +114,8 @@ include =
%s/*
omit =
*/test/results/*
''' % data_context().content.root
%s/*
''' % (data_context().content.root, os.path.join(data_context().content.root, data_context().content.results_path))
else:
coverage_config += '''
include =