Commit 73a28314 authored by Marten Seemann's avatar Marten Seemann

add Codecov

parent b974186f
......@@ -21,6 +21,11 @@ before_install:
script:
- ginkgo -r -v --cover --randomizeAllSpecs --randomizeSuites --trace --progress
after_success:
- cat go-libp2p-tls.coverprofile > coverage.txt
- cat */*.coverprofile >> coverage.txt
- bash <(curl -s https://codecov.io/bash) -f coverage.txt
cache:
directories:
- $GOPATH/src/gx
......@@ -6,6 +6,7 @@
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-tls?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-tls)
[![Linux Build Status](https://img.shields.io/travis/libp2p/go-libp2p-tls/master.svg?style=flat-square&label=linux+build)](https://travis-ci.org/libp2p/go-libp2p-tls)
[![Code Coverage](https://img.shields.io/codecov/c/github/libp2p/go-libp2p-tls/master.svg?style=flat-square)](https://codecov.io/gh/libp2p/go-libp2p-tls/)
> go-libp2p's TLS encrypted transport
......
coverage:
round: nearest
status:
project:
default:
threshold: 1
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