Skip to content

Commit

Permalink
Run coverage report after successful test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich authored May 24, 2020
1 parent 32d58bc commit 60632b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ stages:
- deploy
install: if [ -z "$TRAVIS_TAG" ]; then npm install; fi
script: if [ -z "$TRAVIS_TAG" ]; then npm test; fi
after_success: if [ -z "$TRAVIS_TAG" ]; then npm run coverage; fi
jobs:
include:
- stage: lint
Expand Down

0 comments on commit 60632b7

Please sign in to comment.