From d0776ee644bd9ec6d2ba3a1a84fb6952ff4ef5d3 Mon Sep 17 00:00:00 2001 From: nivida Date: Thu, 17 Oct 2019 13:15:47 +0200 Subject: [PATCH] coverage paths updated in e2e.ganache.sh, e2e.geth.automine.sh, e2e.geth.instamine.sh --- scripts/e2e.ganache.sh | 2 +- scripts/e2e.geth.automine.sh | 2 +- scripts/e2e.geth.instamine.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/e2e.ganache.sh b/scripts/e2e.ganache.sh index c6bf5df600c..4b5f46ddec8 100755 --- a/scripts/e2e.ganache.sh +++ b/scripts/e2e.ganache.sh @@ -36,5 +36,5 @@ GANACHE=true istanbul cover _mocha -- \ # Copy cov for this run to a temp file we can combine later and send to coveralls if [ "$CI" = true ]; then - cp coverage/coverage.json .cov_ganache.json + cp coverage/coverage.raw.json .cov_ganache.json fi diff --git a/scripts/e2e.geth.automine.sh b/scripts/e2e.geth.automine.sh index 84714dbaebd..8eec99724d4 100755 --- a/scripts/e2e.geth.automine.sh +++ b/scripts/e2e.geth.automine.sh @@ -35,5 +35,5 @@ istanbul cover _mocha -- \ # Copy cov for this run to a temp file we can combine later and send to coveralls if [ "$CI" = true ]; then - cp coverage/coverage.json .cov_geth_auto.json + cp coverage/coverage.raw.json .cov_geth_auto.json fi diff --git a/scripts/e2e.geth.instamine.sh b/scripts/e2e.geth.instamine.sh index 27e15e5c744..47263fecbfd 100755 --- a/scripts/e2e.geth.instamine.sh +++ b/scripts/e2e.geth.instamine.sh @@ -35,6 +35,6 @@ GETH_INSTAMINE=true istanbul cover _mocha -- \ # Copy cov for this run to a temp file we can combine later and send to coveralls if [ "$CI" = true ]; then - cp coverage/coverage.json .cov_geth_insta.json + cp coverage/coverage.raw.json .cov_geth_insta.json fi