Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
43bf3b4a
Commit
43bf3b4a
authored
Dec 21, 2014
by
Taylor Gerring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move goveralls call to script
parent
05da381c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
gocoverage.sh
gocoverage.sh
+1
-1
No files found.
.travis.yml
View file @
43bf3b4a
...
@@ -19,7 +19,7 @@ before_script:
...
@@ -19,7 +19,7 @@ before_script:
# - go vet ./...
# - go vet ./...
# - go test -race ./...
# - go test -race ./...
script
:
script
:
-
./gocoverage.sh
&& goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN
-
./gocoverage.sh
env
:
env
:
-
secure
:
"
U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
-
secure
:
"
U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
gocoverage.sh
View file @
43bf3b4a
...
@@ -29,4 +29,4 @@ go tool cover -func profile.cov
...
@@ -29,4 +29,4 @@ go tool cover -func profile.cov
# To submit the test coverage result to coveralls.io,
# To submit the test coverage result to coveralls.io,
# use goveralls (https://github.com/mattn/goveralls)
# use goveralls (https://github.com/mattn/goveralls)
# goveralls -coverprofile=profile.cov -service=travis-ci
goveralls
-coverprofile
=
profile.cov
-service
=
travis-ci
-repotoken
$COVERALLS_TOKEN
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