Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-tls
Commits
73a28314
Commit
73a28314
authored
Nov 24, 2018
by
Marten Seemann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Codecov
parent
b974186f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
.travis.yml
.travis.yml
+5
-0
README.md
README.md
+1
-0
codecov.yml
codecov.yml
+7
-0
No files found.
.travis.yml
View file @
73a28314
...
...
@@ -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
README.md
View file @
73a28314
...
...
@@ -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
...
...
codecov.yml
0 → 100644
View file @
73a28314
coverage
:
round
:
nearest
status
:
project
:
default
:
threshold
:
1
patch
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment