diff options
author | Matt Clay <matt@mystile.com> | 2017-02-23 16:58:57 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-02-27 17:16:45 -0800 |
commit | fcac261eef4aa8cf9f24c681a3cb211e19c29c25 (patch) | |
tree | 958bdef1ca9ffa87a48f386f995b084eeca4d7d5 /.coveragerc | |
parent | d0e1a1c6c3ecc92499bb5a6376f926431de875e0 (diff) | |
download | ansible-fcac261eef4aa8cf9f24c681a3cb211e19c29c25.tar.gz |
Run unit tests in isolation w/ coverage support.
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc index 1fc35b047d..698302a7a1 100644 --- a/.coveragerc +++ b/.coveragerc @@ -9,6 +9,7 @@ branch = True # results from multiple tests simultaneously, as well as supporting multiple # test runs, such as from integration tests. concurrency = multiprocessing +parallel = True # When running tests through ansible-test, this option is overridden by # the COVERAGE_FILE environment variable. This option is present for |