mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Split up unit tests on Shippable. (#21931)
* Add more verbose output to coverage combine. * Run unit tests on CI separately by version.
This commit is contained in:
parent
0d455037a2
commit
2804d2e848
4 changed files with 26 additions and 10 deletions
|
@ -41,7 +41,12 @@ def command_coverage_combine(args):
|
|||
ansible_path = os.path.abspath('lib/ansible/') + '/'
|
||||
root_path = os.getcwd() + '/'
|
||||
|
||||
counter = 0
|
||||
|
||||
for coverage_file in coverage_files:
|
||||
counter += 1
|
||||
display.info('[%4d/%4d] %s' % (counter, len(coverage_files), coverage_file), verbosity=2)
|
||||
|
||||
original = coverage.CoverageData()
|
||||
|
||||
if os.path.getsize(coverage_file) == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue