Skip to content

Commit

Permalink
refactor: dx (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Sep 22, 2020
1 parent e73fc0b commit 9b83916
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 159 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ node_js:
- "12"
- "14"

script: yarn test

after_success:
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
- rm -rf ./coverage
script: yarn test && coveralls < coverage/lcov.info
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ npm test
## Development

```bash
$ npm run autotest
$ yarn test:watch
```

## License
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"postcss-value-parser": "^4.1.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.9.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
Expand Down

0 comments on commit 9b83916

Please sign in to comment.