Skip to content

Commit

Permalink
autorun_post: collect one instance of ut_coverage
Browse files Browse the repository at this point in the history
Change-Id: I10c8b17cb160d8ae70a6f1042218aa24f009ceab
Signed-off-by: Daniel Verkamp <[email protected]>
Reviewed-on: https://review.gerrithub.io/403740
Reviewed-by: Seth Howell <[email protected]>
Tested-by: SPDK Automated Test System <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
  • Loading branch information
danielverkamp committed Mar 16, 2018
1 parent bba169c commit 6cf871d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autorun_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def aggregateCompletedTests(output_dir, repo_dir):
def main(output_dir, repo_dir):
generateCoverageReport(output_dir, repo_dir)
collectOne(output_dir, 'doc')
collectOne(output_dir, 'ut_coverage')
aggregateCompletedTests(output_dir, repo_dir)


Expand Down

0 comments on commit 6cf871d

Please sign in to comment.