Skip to content

Commit

Permalink
Add coverage to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrinicolas committed Mar 11, 2019
1 parent b32b5a4 commit 9c46c58
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,17 @@ node_js:

install:
- npm install
- npm install -g codecov

before_script:
- npm run build

script:
- npm test

after_success:
- npm run coverage
- codecov

# Telegram bot
notifications:
Expand Down

0 comments on commit 9c46c58

Please sign in to comment.