Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d0776ee

Browse files
committed
coverage paths updated in e2e.ganache.sh, e2e.geth.automine.sh, e2e.geth.instamine.sh
1 parent 4d4e972 commit d0776ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/e2e.ganache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ GANACHE=true istanbul cover _mocha -- \
3636

3737
# Copy cov for this run to a temp file we can combine later and send to coveralls
3838
if [ "$CI" = true ]; then
39-
cp coverage/coverage.json .cov_ganache.json
39+
cp coverage/coverage.raw.json .cov_ganache.json
4040
fi

scripts/e2e.geth.automine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ istanbul cover _mocha -- \
3535

3636
# Copy cov for this run to a temp file we can combine later and send to coveralls
3737
if [ "$CI" = true ]; then
38-
cp coverage/coverage.json .cov_geth_auto.json
38+
cp coverage/coverage.raw.json .cov_geth_auto.json
3939
fi

scripts/e2e.geth.instamine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ GETH_INSTAMINE=true istanbul cover _mocha -- \
3535

3636
# Copy cov for this run to a temp file we can combine later and send to coveralls
3737
if [ "$CI" = true ]; then
38-
cp coverage/coverage.json .cov_geth_insta.json
38+
cp coverage/coverage.raw.json .cov_geth_insta.json
3939
fi
4040

0 commit comments

Comments
 (0)