Magically improve coverage (#6345)

automerge
This commit is contained in:
Ryo Onodera
2019-10-17 08:53:07 +09:00
committed by Grimes
parent 83c1831a01
commit b7b71b31d3
2 changed files with 9 additions and 2 deletions

View File

@ -29,6 +29,10 @@ scripts/coverage.sh
report=coverage-"${CI_COMMIT:0:9}".tar.gz
mv target/cov/report.tar.gz "$report"
upload-ci-artifact "$report"
gzip target/cov/coverage-stderr.log
upload-ci-artifact target/cov/coverage-stderr.log.gz
annotate --style success --context lcov-report \
"lcov report: <a href=\"artifact://$report\">$report</a>"