publish codecov only from single matrix

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

View File

@ -15,7 +15,9 @@ os:
- windows - windows
script: npx nyc -s yarn run test:node --bail script: npx nyc -s yarn run test:node --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov after_success:
- npm install -g travis-deploy-once
- travis-deploy-once "npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov"
jobs: jobs:
include: include: