mirror of https://github.com/ansible/ansible.git
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.pull/68519/head
parent
6a7e438012
commit
27fc049993
@ -0,0 +1,3 @@
|
||||
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.
|
||||
Loading…
Reference in New Issue