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
mf
go-multiaddr
Commits
c31e9eec
Commit
c31e9eec
authored
Jul 19, 2017
by
Jakub Sztandera
Committed by
GitHub
Jul 19, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #47 from tabrath/fix/codecov
Switched to codecov
parents
6c0f8254
525acb7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
.gitignore
.gitignore
+1
-0
.travis.yml
.travis.yml
+4
-1
Makefile
Makefile
+0
-1
No files found.
.gitignore
0 → 100644
View file @
c31e9eec
.vscode/
.travis.yml
View file @
c31e9eec
...
...
@@ -14,7 +14,10 @@ before_install:
script
:
-
go vet
-
$GOPATH/bin/goveralls -service="travis-ci"
-
go test -race -coverprofile=coverage.txt -covermode=atomic
after_success
:
-
bash <(curl -s https://codecov.io/bash)
cache
:
directories
:
...
...
Makefile
View file @
c31e9eec
...
...
@@ -3,7 +3,6 @@ gx:
go get github.com/whyrusleeping/gx-go
covertools
:
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover
deps
:
gx covertools
...
...
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