mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-11 06:51:38 +00:00
publish codecov only from single matrix
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user