Skip to content

Commit c2c5527

Browse files
author
Luke Sneeringer
committed
Shift CircleCI to new coverage location.
1 parent dab1912 commit c2c5527

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/circle/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm run lint
4242
node ./scripts/build.js
4343

4444
export COVERALLS_REPO_TOKEN="kEhKxvu3L9Z4GiClA9LcKYk7G9i9dl83k"
45-
export CIRCLE_ARTIFACTS="$(pwd)/coverage"
45+
export CIRCLE_ARTIFACTS="$(pwd)/.coverage"
4646
npm run postinstall # installs all modules
4747
npm run coveralls
4848

@@ -56,4 +56,4 @@ rebuild
5656
npm run lint
5757
node ./scripts/build.js
5858

59-
set +e
59+
set +e

0 commit comments

Comments
 (0)