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
dms3
go-block-format
Commits
3b0dbd6d
Commit
3b0dbd6d
authored
Jul 11, 2017
by
Jakub Sztandera
Committed by
GitHub
Jul 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from ipfs/feat/ci
Get CI working.
parents
b609a57e
488248af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
1 deletion
+28
-1
.travis.yml
.travis.yml
+24
-0
README.md
README.md
+1
-1
codecov.yml
codecov.yml
+3
-0
No files found.
.travis.yml
0 → 100644
View file @
3b0dbd6d
sudo
:
false
language
:
go
go
:
-
'
tip'
install
:
-
go get github.com/whyrusleeping/gx
-
go get github.com/whyrusleeping/gx-go
-
gx install --global
script
:
-
gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
after_success
:
-
bash <(curl -s https://codecov.io/bash)
cache
:
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
README.md
View file @
3b0dbd6d
...
...
@@ -4,7 +4,7 @@ go-block-format
[
![
](
https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square
)
](http://ipn.io)
[
![
](
https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square
)
](http://ipfs.io/)
[
![
](
https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square
)
](http://webchat.freenode.net/?channels=%23ipfs)
[
![Coverage Status
](
https://co
veralls.io/repos/github
/ipfs/go-block-format/
badge.svg?
branch
=
master
)
](https://coveralls.io/github
/ipfs/go-block-format
?
branch
=
master)
[
![Coverage Status
](
https://co
decov.io/gh
/ipfs/go-block-format/branch
/
master
/graph/badge.svg
)
](https://codecov.io/gh
/ipfs/go-block-format
/
branch
/
master)
[
![Travis CI
](
https://travis-ci.org/ipfs/go-block-format.svg?branch=master
)
](https://travis-ci.org/ipfs/go-block-format)
> go-block-format is a set of interfaces that a type needs to implement in order to be a CID addressable block of data.
...
...
codecov.yml
0 → 100644
View file @
3b0dbd6d
coverage
:
range
:
"
50...100"
comment
:
off
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