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 5ec2cc2 commit 1a29469Copy full SHA for 1a29469
.circleci/config.yml
@@ -35,11 +35,11 @@ jobs:
35
name: Test
36
command: npm test
37
- run:
38
- name: Run coveralls
39
- command: 'cat temp/coverage/coverage.txt'
+ name: Run coveralls
+ command: 'cat temp/coverage/coverage.txt'
40
41
name: Run coveralls
42
- command: 'cat temp/coverage/coverage.txt | ./node_modules/.bin/coveralls'
+ command: 'cat temp/coverage/coverage.txt | ./node_modules/coveralls/bin/coveralls.js'
43
- store_artifacts:
44
path: temp/coverage
45
prefix: coverage
0 commit comments