Skip to content

Commit 9b83916

Browse files
refactor: dx (#28)
1 parent e73fc0b commit 9b83916

File tree

4 files changed

+99
-159
lines changed

4 files changed

+99
-159
lines changed

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@ node_js:
55
- "12"
66
- "14"
77

8-
script: yarn test
9-
10-
after_success:
11-
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
12-
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
13-
- rm -rf ./coverage
8+
script: yarn test && coveralls < coverage/lcov.info

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ npm test
4242
## Development
4343

4444
```bash
45-
$ npm run autotest
45+
$ yarn test:watch
4646
```
4747

4848
## License

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"postcss-value-parser": "^4.1.0"
3939
},
4040
"devDependencies": {
41+
"coveralls": "^3.1.0",
4142
"eslint": "^7.9.0",
4243
"husky": "^4.3.0",
4344
"jest": "^26.4.2",

0 commit comments

Comments
 (0)