Skip to content

Commit

Permalink
coverage paths updated in e2e.ganache.sh, e2e.geth.automine.sh, e2e.g…
Browse files Browse the repository at this point in the history
…eth.instamine.sh
  • Loading branch information
nivida committed Oct 17, 2019
1 parent 4d4e972 commit d0776ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/e2e.ganache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/e2e.geth.automine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/e2e.geth.instamine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0776ee

Please sign in to comment.