Skip to content

Commit f7db30a

Browse files
committed
fix coveralls
1 parent 027fbfd commit f7db30a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ jobs:
55
- stage: test
66
script:
77
- jest --clearCache
8-
- npm run setup
8+
- npm run validate
99
- npm run report:coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:coverage": "npm test -- --coverage",
4242
"setup": "npm install && npm run validate",
4343
"validate": "npm run test:coverage && npm run clean && npm run build",
44-
"report:coverage": "cat ./coverage/lcov.info | ../../node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
44+
"report:coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
4545
},
4646
"dependencies": {
4747
"@testing-library/dom": "^7.29.4"

0 commit comments

Comments
 (0)