We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ce8cb commit 74163f2Copy full SHA for 74163f2
.circleci/config.yml
@@ -36,6 +36,6 @@ jobs:
36
37
# run tests!
38
- run: npm run lint
39
- - run: npm run test -- --codeCoverage=true --progress=true --watch=false
+ - run: npm run test -- --code-coverage=true --progress=true --watch=false
40
- run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
41
- run: npm run build -- plotly --prod
0 commit comments