Skip to content

Commit

Permalink
chore: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Apr 18, 2018
1 parent 2799294 commit 8168a75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dist/
build/
es/
lib/
coverage

### SublimeText ###
# cache files for sublime text
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ notifications:
node_js:
- '9'
- '8'
script:
- npm test
- npx codecov
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"src/**/*.js",
"!**/node_modules/**",
"!**/vendor/**"
]
],
"collectCoverage": true
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 8168a75

Please sign in to comment.