8000 Fixing path to lcov.info · plotly/angular-plotly.js@01ce8f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01ce8f1

Browse files
committed
Fixing path to lcov.info
1 parent 6815fea commit 01ce8f1

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 projects/plotly/coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
40+
- run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
4141
- run: npm run build -- plotly --prod

0 commit comments

Comments
 (0)
0