mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Run unit tests in isolation w/ coverage support.
This commit is contained in:
@@ -144,7 +144,6 @@ def coverage_command(self_dir, version):
|
||||
args = [
|
||||
find_executable(executable),
|
||||
'run',
|
||||
'--append',
|
||||
'--rcfile',
|
||||
os.path.join(self_dir, '.coveragerc'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user