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-ds-flatfs
Commits
f73524bb
Unverified
Commit
f73524bb
authored
Dec 16, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coverage: switch to codecov
parent
96522942
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.travis.yml
.travis.yml
+5
-2
codecov.yml
codecov.yml
+1
-0
No files found.
.travis.yml
View file @
f73524bb
...
...
@@ -12,8 +12,11 @@ install: true
script
:
-
make deps
-
gx-go rewrite
-
go get github.com/mattn/goveralls
-
goveralls -service=travis-ci
-
go test -race -coverprofile=unittest.coverprofile -covermode=atomic ./...
after_success
:
-
bash <(curl -s https://codecov.io/bash) -f unittest.coverprofile -F unittest
cache
:
directories
:
...
...
codecov.yml
0 → 100644
View file @
f73524bb
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