From 441b71884b1d434221b8866e6719191eb975eff2 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Wed, 20 May 2015 10:35:09 +0000 Subject: [PATCH] Save the coverage.html and scope image after each build. --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 774c804b7..633920b05 100644 --- a/circle.yml +++ b/circle.yml @@ -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