autorun_post: collect one instance of ut_coverage
Change-Id: I10c8b17cb160d8ae70a6f1042218aa24f009ceab Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/403740 Reviewed-by: Seth Howell <seth.howell5141@gmail.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
bba169c1f4
commit
6cf871d49c
@ -132,6 +132,7 @@ def aggregateCompletedTests(output_dir, repo_dir):
|
|||||||
def main(output_dir, repo_dir):
|
def main(output_dir, repo_dir):
|
||||||
generateCoverageReport(output_dir, repo_dir)
|
generateCoverageReport(output_dir, repo_dir)
|
||||||
collectOne(output_dir, 'doc')
|
collectOne(output_dir, 'doc')
|
||||||
|
collectOne(output_dir, 'ut_coverage')
|
||||||
aggregateCompletedTests(output_dir, repo_dir)
|
aggregateCompletedTests(output_dir, repo_dir)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user