Save the coverage.html and scope image after each build.

This commit is contained in:
Tom Wilkie
2015-05-20 10:35:09 +00:00
parent 0f53765f1a
commit 441b71884b

View File

@@ -26,3 +26,5 @@ test:
- cd $SRCDIR; ./bin/test
post:
- goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$SRCDIR/profile.cov -service=circleci || true
- cd $SRCDIR; cp coverage.html $CIRCLE_ARTIFACTS
- cd $SRCDIR; cp scope.tar $CIRCLE_ARTIFACTS