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-swarm
Commits
bbfd6db8
Commit
bbfd6db8
authored
Nov 17, 2017
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Travis CI to use standard test script.
This also switches from goveralls to codecov.
parent
9b0d9400
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
10 deletions
+6
-10
.travis.yml
.travis.yml
+2
-5
Makefile
Makefile
+1
-5
codecov.yml
codecov.yml
+3
-0
No files found.
.travis.yml
View file @
bbfd6db8
...
...
@@ -6,16 +6,13 @@ os:
language
:
go
go
:
-
1.9
install
:
true
-
1.9.x
before_install
:
-
make deps
script
:
-
go vet
-
$GOPATH/bin/goveralls -service="travis-ci"
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
...
...
Makefile
View file @
bbfd6db8
...
...
@@ -4,11 +4,7 @@ gx:
go get github.com/whyrusleeping/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
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
...
...
codecov.yml
0 → 100644
View file @
bbfd6db8
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