mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Save the coverage.html and scope image after each build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user