ansible/changelogs/fragments/ansible-test-coverage-incomplete.yml
Matt Clay 27fc049993
Fix ansible-test code coverage collection. (#68502)
The last task in a play should now properly report code coverage.

This change should also eliminate empty coverage files, as well as incomplete coverage files resulting from early worker termination.
2020-03-27 12:24:08 -07:00

3 lines
246 B
YAML

bugfixes:
- ansible-test now correctly collects code coverage on the last task in a play.
This should resolve issues with missing code coverage, empty coverage files and corrupted coverage files resulting from early worker termination.