2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-27 14:45:03 +03:00

feat(bbob): add codecov support to travis

This commit is contained in:
Nikolay Kostyurin
2018-07-14 02:14:37 +02:00
parent 3f9781f3d2
commit 44183fd753
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -4,6 +4,7 @@ node_js:
- 'lts/*'
script:
- 'npm install -g codecov'
- 'npm run bootstrap'
- 'set -e'
- 'npm run lint'
@@ -11,6 +12,7 @@ script:
after_success:
- 'npm run cover'
- 'codecov'
notifications:
email: false
email: false
+4
View File
@@ -28,5 +28,9 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}