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
59b7386a
Commit
59b7386a
authored
Feb 03, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
parents
7bd2fbe2
57c6caf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
.travis.yml
.travis.yml
+1
-0
gocoverage.sh
gocoverage.sh
+0
-3
No files found.
.travis.yml
View file @
59b7386a
...
@@ -21,6 +21,7 @@ before_script:
...
@@ -21,6 +21,7 @@ before_script:
# - go test -race ./...
# - go test -race ./...
script
:
script
:
-
./gocoverage.sh
-
./gocoverage.sh
-
if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
env
:
env
:
global
:
global
:
-
PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
-
PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
...
...
gocoverage.sh
View file @
59b7386a
...
@@ -27,6 +27,3 @@ done
...
@@ -27,6 +27,3 @@ done
$GOROOT
/bin/go tool cover
-func
profile.cov
$GOROOT
/bin/go tool cover
-func
profile.cov
# To submit the test coverage result to coveralls.io,
# use goveralls (https://github.com/mattn/goveralls)
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