diff options
author | Matt Clay <matt@mystile.com> | 2017-05-11 07:25:02 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-05-12 08:55:48 +0200 |
commit | dfd19a812f6f418025f8968a80772054abf28cb7 (patch) | |
tree | ef0c5c77365f9c4728aec68da57eabf4ed681def /.gitignore | |
parent | Fix template not showing a diff with a directory (diff) | |
download | ansible-dfd19a812f6f418025f8968a80772054abf28cb7.tar.xz ansible-dfd19a812f6f418025f8968a80772054abf28cb7.zip |
Miscellaneous bug fixes for ansible-test.
- Overhauled coverage injector to fix issues with non-local tests.
- Updated integration tests to work with the new coverage injector.
- Fix concurrency issue by using random temp files for delegation.
- Fix handling of coverage files from root user.
- Fix handling of coverage files without arcs.
- Make sure temp copy of injector is world readable and executable.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c09b5cfaab..ece590c4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ ansible.egg-info/ # Release directory packaging/release/ansible_release /.cache/ +/test/results/coverage/*=coverage.* /test/results/coverage/coverage* /test/results/reports/coverage.xml /test/results/reports/coverage/ |