mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
feat(bbob): add codecov support to travis
This commit is contained in:
@@ -4,6 +4,7 @@ node_js:
|
|||||||
- 'lts/*'
|
- 'lts/*'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- 'npm install -g codecov'
|
||||||
- 'npm run bootstrap'
|
- 'npm run bootstrap'
|
||||||
- 'set -e'
|
- 'set -e'
|
||||||
- 'npm run lint'
|
- 'npm run lint'
|
||||||
@@ -11,6 +12,7 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- 'npm run cover'
|
- 'npm run cover'
|
||||||
|
- 'codecov'
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
@@ -28,5 +28,9 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
|
},
|
||||||
|
"jest": {
|
||||||
|
"coverageDirectory": "./coverage/",
|
||||||
|
"collectCoverage": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user