Skip to content

Commit

Permalink
😒 update dependencies and publish code coverage
Browse files Browse the repository at this point in the history
 * Updates dependencies and add `codecov` to `devDependencies`
 * Fixes watson-developer-cloud#630 by adding `npm run report-coverage`
  • Loading branch information
germanattanasio committed Feb 8, 2018
1 parent 323c6f1 commit 9dce121
Show file tree
Hide file tree
Showing 5 changed files with 456 additions and 238 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ index.js
**/*.d.ts
!*/blob.d.ts
**/*.js.map
coverage.lcov
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ script:
- npm test
- sh scripts/typedoc/generate_typedoc.sh
after_success:
- npm run report-coverage
- scripts/jsdoc/publish.sh
Loading

0 comments on commit 9dce121

Please sign in to comment.