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-ld-format
Commits
864b7f9d
Commit
864b7f9d
authored
Jul 08, 2017
by
Jakub Sztandera
Committed by
GitHub
Jul 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17 from ipfs/feat/codecov
Use Codecov instead of Coveralls
parents
aee5ee53
4239cf6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
16 deletions
+19
-16
.travis.yml
.travis.yml
+16
-16
codecov.yml
codecov.yml
+3
-0
No files found.
.travis.yml
View file @
864b7f9d
os
:
-
linux
-
osx
sudo
:
false
language
:
go
language
:
go
go
:
-
1.7
install
:
true
before_install
:
-
make deps
-
'
tip'
install
:
-
go get github.com/whyrusleeping/gx
-
go get github.com/whyrusleeping/gx-go
-
gx install --global
script
:
-
go vet
-
$GOPATH/bin/goveralls -service="travis-ci"
-
gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
after_success
:
-
bash <(curl -s https://codecov.io/bash)
cache
:
directories
:
-
$GOPATH/src/gx
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
email
:
false
codecov.yml
0 → 100644
View file @
864b7f9d
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