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