Creates the build and coverage badges on README.md
build badge is taken from https://jenkins.petuum.io/job/AutoDist/job/master/lastBuild/api/json based on its ".result" key
coverage badge is taken from https://jenkins.petuum.io/job/AutoDist/job/master/lastSuccessfulBuild/artifact/coverage-report/jenkinscovdata.json based on its ".total_coverage_pct" key
This PR adds the coverage-report/jenkinscovdata.json artifact so it can be seen (so it will be available to master after merge)
Test Results
Commented out some tests and left only a small one
Overview
Creates the
build
andcoverage
badges on README.mdhttps://jenkins.petuum.io/job/AutoDist/job/master/lastBuild/api/json
based on its ".result" keyhttps://jenkins.petuum.io/job/AutoDist/job/master/lastSuccessfulBuild/artifact/coverage-report/jenkinscovdata.json
based on its ".total_coverage_pct" keyThis PR adds the
coverage-report/jenkinscovdata.json
artifact so it can be seen (so it will be available tomaster
after merge)Test Results