• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hyperledger-labs / fabric-smart-client / 34132024000
85%

Build:
DEFAULT BRANCH: main
Ran 07 Sep 2026 02:18PM UTC
Jobs 22
Files 500
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Sep 2026 02:16PM UTC coverage: 84.297% (-1.1%) from 85.385%
34132024000

push

github

web-flow
chore(deps): upgrade every module to Go 1.27.1 (#1751)

Bump the go directive in all five modules and refresh the golang.org/x
libraries via scripts/gomate.sh, then tidy everywhere:

	./scripts/gomate.sh update go@1.27.1
	./scripts/gomate.sh update golang.org/x/<pkg>@latest
	./scripts/gomate.sh tidy

x/crypto, x/exp and x/telemetry moved; the rest were already current.
CI needs no version change of its own — every workflow resolves its
toolchain from go-version-file: go.mod.

The bump does not stand on its own, so the rest of this commit is what
`make checks` needs to pass at 1.27.1:

  - golangci-lint v2.12.2 -> v2.13.2 (Makefile and the lint workflow).
    v2.12.2 is built with Go 1.26 and refuses to analyse a module
    targeting 1.27 at all: "the Go language version (go1.26) used to
    build golangci-lint is lower than the targeted Go version (1.27.1)".
  - .golangci.yml: gofumpt's extra-rules is deprecated in v2.13 in
    favour of extra.group-params.
  - make go-fix-apply, which the gofix workflow enforces. Go 1.27 allows
    promoted fields of an embedded struct in a composite literal, so most
    of the churn is `go fix` collapsing those literals; the rest is
    sync/atomic types replacing the atomic.LoadX(&x) helpers and
    slices.Backward replacing a manual reverse loop.
  - creds.go: the newer staticcheck reports SA1019 on
    ProtocolInfo.SecurityVersion. Two tests assert that value and already
    suppress the warning at the read sites, so suppress it at the write
    site rather than drop the field.
  - update.go: gci and gofumpt disagree about how to indent a multi-value
    return of composite literals — gci formats through the Go 1.27
    printer and wants the dedented form, gofumpt bundles an older printer
    and wants the original, so no formatting of that function satisfies
    both. Assigning the named results and returning them sidesteps the
    construct entirely.

Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>

52 of 53 new or added lines in 14 files covered. (98.11%)

11 existing lines in 9 files now uncovered.

26497 of 31433 relevant lines covered (84.3%)

2875.28 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
95.89
-0.52% platform/common/utils/cache/secondcache/second_chance.go

Coverage Regressions

Lines Coverage ∆ File
2
85.56
-0.32% platform/view/services/comm/host/websocket/ws/multiplexed_provider.go
2
88.67
-1.37% platform/view/services/sig/service.go
1
96.99
-0.92% platform/view/services/view/grpc/server/view.go
1
61.11
-7.31% platform/view/services/comm/utils/endpoint.go
1
91.67
-1.34% platform/fabric/core/generic/committer/committer.go
1
59.18
-1.12% platform/fabricx/core/channel/wrappers.go
1
91.42
-0.55% platform/view/services/comm/p2p.go
1
88.11
-1.95% platform/view/services/storage/driver/sql/common/unversioned.go
1
78.51
-2.34% platform/fabric/core/msp/mspimplsetup.go
Jobs
ID Job ID Ran Files Coverage
1 itest-fabric-atsachaincode - 34132024000.1 07 Sep 2026 02:19PM UTC 453
30.83
GitHub Action Run
2 itest-fabric-twonets - 34132024000.2 07 Sep 2026 02:20PM UTC 448
29.05
GitHub Action Run
3 itest-fabric-iou-libp2p - 34132024000.3 07 Sep 2026 02:21PM UTC 458
36.7
GitHub Action Run
4 itest-fabric-configupdate - 34132024000.4 07 Sep 2026 02:21PM UTC 458
38.81
GitHub Action Run
5 utest-extensions - 34132024000.5 07 Sep 2026 02:18PM UTC 8
53.18
GitHub Action Run
6 itest-fabric-atsa - 34132024000.6 07 Sep 2026 02:22PM UTC 448
43.76
GitHub Action Run
7 itest-fabricx-simple - 34132024000.7 07 Sep 2026 02:18PM UTC 478
27.84
GitHub Action Run
8 utest-root - 34132024000.8 07 Sep 2026 02:21PM UTC 491
77.45
GitHub Action Run
9 itest-fsc-pingpong - 34132024000.9 07 Sep 2026 02:20PM UTC 247
34.17
GitHub Action Run
10 itest-fabric-runtimeconfig - 34132024000.10 07 Sep 2026 02:20PM UTC 458
39.14
GitHub Action Run
11 itest-fabric-iou - 34132024000.11 07 Sep 2026 02:22PM UTC 458
40.51
GitHub Action Run
12 utest-postgres - 34132024000.12 07 Sep 2026 02:19PM UTC 491
9.8
GitHub Action Run
13 itest-fsc-signedpingpong - 34132024000.13 07 Sep 2026 02:21PM UTC 241
31.17
GitHub Action Run
14 itest-fabric-stoprestart - 34132024000.14 07 Sep 2026 02:20PM UTC 448
31.07
GitHub Action Run
15 itest-fabricx-deployment - 34132024000.15 07 Sep 2026 02:18PM UTC 478
28.51
GitHub Action Run
16 itest-fabricx-atsa - 34132024000.16 07 Sep 2026 02:18PM UTC 478
30.7
GitHub Action Run
17 itest-fabricx-configupdate - 34132024000.17 07 Sep 2026 02:20PM UTC 478
28.52
GitHub Action Run
18 itest-fabricx-iou - 34132024000.18 07 Sep 2026 02:19PM UTC 478
29.26
GitHub Action Run
19 itest-fabric-events - 34132024000.19 07 Sep 2026 02:21PM UTC 453
28.88
GitHub Action Run
20 itest-fabric-iouhsm - 34132024000.20 07 Sep 2026 02:22PM UTC 458
39.81
GitHub Action Run
21 itest-fsc-stoprestart - 34132024000.21 07 Sep 2026 02:20PM UTC 243
33.02
GitHub Action Run
22 itest-fabricx-multiendorsement - 34132024000.22 07 Sep 2026 02:19PM UTC 478
28.5
GitHub Action Run
Source Files on build 34132024000
  • Tree
  • List 500
  • Changed 499
  • Source Changed 15
  • Coverage Changed 499
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34132024000
  • a32de69e on github
  • Prev Build on main (#34129708560)
  • Next Build on main (#34204926622)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc