We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6815fea commit 01ce8f1Copy full SHA for 01ce8f1
.circleci/config.yml
@@ -37,5 +37,5 @@ jobs:
37
# run tests!
38
- run: npm run lint
39
- run: npm run test -- --codeCoverage=true --progress=true --watch=false
40
- - run: cat projects/plotly/coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
+ - run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
41
- run: npm run build -- plotly --prod
0 commit comments