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
ee530c0d
Unverified
Commit
ee530c0d
authored
Feb 23, 2023
by
Péter Szilágyi
Committed by
GitHub
Feb 23, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #26721 from holiman/nocover
ci: disable coverage reporting in appveyor and travis
parents
b3ae0734
a0d63bc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+4
-4
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
ee530c0d
...
...
@@ -141,7 +141,7 @@ jobs:
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test
-coverage
$TEST_PACKAGES
-
go run build/ci.go test $TEST_PACKAGES
-
stage
:
build
if
:
type = pull_request
...
...
@@ -152,7 +152,7 @@ jobs:
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test
-coverage
$TEST_PACKAGES
-
go run build/ci.go test $TEST_PACKAGES
-
stage
:
build
os
:
linux
...
...
@@ -161,7 +161,7 @@ jobs:
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test
-coverage
$TEST_PACKAGES
-
go run build/ci.go test $TEST_PACKAGES
# This builder does the Azure archive purges to avoid accumulating junk
-
stage
:
build
...
...
@@ -186,5 +186,5 @@ jobs:
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test -race
-coverage
$TEST_PACKAGES
-
go run build/ci.go test -race $TEST_PACKAGES
appveyor.yml
View file @
ee530c0d
...
...
@@ -26,7 +26,7 @@ for:
-
go run build/ci.go lint
-
go run build/ci.go install -dlgo
test_script
:
-
go run build/ci.go test -dlgo
-coverage
-
go run build/ci.go test -dlgo
# linux/386 is disabled.
-
matrix
:
...
...
@@ -54,4 +54,4 @@ for:
-
go run build/ci.go archive -arch %GETH_ARCH% -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
-
go run build/ci.go nsis -arch %GETH_ARCH% -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
test_script
:
-
go run build/ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC%
-coverage
-
go run build/ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC%
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