Skip to content

Commit 65750cf

Browse files
committed
updating circleci script
1 parent f50b118 commit 65750cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
# run tests!
3838
- run: npm run lint
3939
- run: npm run test -- --codeCoverage=true --progress=true --watch=false
40-
- run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
40+
- run: cat coverage/plotly/lcov.inf | ./node_modules/coveralls/bin/coveralls.js
4141
- run: npm run build -- plotly --prod

0 commit comments

Comments
 (0)