Unverified Commit caf028d6 authored by Marten Seemann's avatar Marten Seemann
Browse files

add Codecov

parent 37a190d7
......@@ -22,4 +22,9 @@ before_install:
script:
- go get -t ./...
- ginkgo -r --randomizeAllSpecs --randomizeSuites --trace --progress
- ginkgo -r --cover --randomizeAllSpecs --randomizeSuites --trace --progress
after_success:
- cat libp2p-quic-transport.coverprofile > coverage.txt
- cat */*.coverprofile >> coverage.txt
- bash <(curl -s https://codecov.io/bash) -f coverage.txt
coverage:
round: nearest
status:
project:
default:
threshold: 0.5
patch: false
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment