Skip to content

Commit

Permalink
install codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Oct 2, 2019
1 parent fe0ffc2 commit 23fb2e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ before_install:

install:
- npm install
- npm install -g codecov

script:
# codecov
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
- codecov
# publish the package
- npm run build:new
- npm run publish
# install the latest version of "openapi-generator-cli"
Expand Down

0 comments on commit 23fb2e7

Please sign in to comment.