Skip to content

Commit

Permalink
Add ability to aggregate coverage from multiple jenkins jobs
Browse files Browse the repository at this point in the history
In addition to aggregating multiple Jenkins jobs I had to do a
work around because we ran out of disk space on the appliance.
The work around was to extract the coverage tarballs in waves,
merge that data, cleanup and use the merged data in the next wave.
Taking this route allowed me to quickly get this working, but over
time I think we seriously need to look at a different way of storing
and getting out the coverage data from test runs.
  • Loading branch information
jamesooden committed Mar 23, 2018
1 parent 70eacd3 commit 0afc876
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 81 deletions.
Loading

0 comments on commit 0afc876

Please sign in to comment.