run codecov only on linux

This commit is contained in:
Marin Petrunić 2020-06-23 11:11:39 +02:00
parent fd1cc28f41
commit e9bc0dbe44
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

View File

@ -17,7 +17,7 @@ os:
script: npx nyc -s yarn run test:node --bail script: npx nyc -s yarn run test:node --bail
after_success: after_success:
- npm install -g travis-deploy-once - npm install -g travis-deploy-once
- travis-deploy-once "npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov" - if [ "$TRAVIS_OS_NAME" = "linux" ]; then travis-deploy-once "npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov"; fi
jobs: jobs:
include: include: