chore(ci): added code cov report
This commit is contained in:
26
.travis.yml
26
.travis.yml
@@ -1,16 +1,22 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm run flow.install:typings
|
||||||
- npm run deploy
|
- npm test
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- ./node_modules/.bin/codecov
|
||||||
|
- npm run deploy
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
firefox: "42.0"
|
# sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )
|
||||||
apt:
|
sauce_connect: true
|
||||||
sources:
|
firefox: "42.0"
|
||||||
- ubuntu-toolchain-r-test
|
apt:
|
||||||
# required by node-gyp to build some packages
|
sources:
|
||||||
packages:
|
- ubuntu-toolchain-r-test
|
||||||
- g++-4.8
|
# required by node-gyp to build some packages
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g
|
|||||||
|
|
||||||
Follow me [](https://twitter.com/valorkin) to be notified about new releases.
|
Follow me [](https://twitter.com/valorkin) to be notified about new releases.
|
||||||
|
|
||||||
|
[](https://github.com/mgechev/angular2-style-guide)
|
||||||
|
[](https://travis-ci.org/valor-software/ng2-file-upload)
|
||||||
[](https://codeclimate.com/github/valor-software/ng2-file-upload)
|
[](https://codeclimate.com/github/valor-software/ng2-file-upload)
|
||||||
[](https://gitter.im/valor-software/ng2-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/valor-software/ng2-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
[](https://david-dm.org/valor-software/ng2-file-upload)
|
[](https://david-dm.org/valor-software/ng2-file-upload)
|
||||||
|
|||||||
Reference in New Issue
Block a user