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

tarantool / go-storage
90%

Build:
DEFAULT BRANCH: master
Repo Added 23 Dec 2025 02:48PM UTC
Files 51
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bigbes/gh-29-dummy-driver
  • bigbes/gh-29-etcd-driver
  • bigbes/gh-29-locker-helpers
  • bigbes/gh-29-locker-package
  • bigbes/gh-29-locker/dummy-driver
  • bigbes/gh-29-locker/etcd-driver
  • bigbes/gh-29-locker/locker-package
  • bigbes/gh-29-locker/storage-wiring
  • bigbes/gh-29-locker/tcs-driver
  • bigbes/gh-29-storage-wiring
  • bigbes/gh-29-tcs-driver
  • bigbes/gh-30-basic-integration-tests
  • bigbes/gh-31-readme-md
  • bigbes/gh-34-remove-mocks
  • bigbes/gh-61-implement-count
  • bigbes/gh-no-add-additional-marshallers
  • bigbes/gh-no-add-go-generate-target
  • bigbes/gh-no-add-legacy-namer
  • bigbes/gh-no-connect-unify-probin
  • bigbes/gh-no-etcdtest
  • bigbes/gh-no-fix-govulncheck
  • bigbes/gh-no-fix-interface
  • bigbes/gh-no-fix-namer-prefixes
  • bigbes/gh-no-fix-nil-hasher
  • bigbes/gh-no-fix-watch-bug
  • bigbes/gh-no-full-key-method
  • bigbes/gh-no-hex-codecs
  • bigbes/gh-no-hex-codecs-v2
  • bigbes/gh-no-namer-key-prefix
  • bigbes/gh-no-prefix-check
  • bigbes/gh-no-prefixed-leading-slash
  • bigbes/gh-no-refactor-parts
  • bigbes/gh-no-remove-typed-storage
  • bigbes/gh-no-tarantool-v3
  • bigbes/gh-no-tx-storage-wrapper
  • bigbes/gh-no-unnamed-codec
  • bigbes/gh-no-update-actions
  • bigbes/gh-no-update-contributing-md
  • bigbes/gh-no-update-golangci-lint
  • bigbes/gh-no-v2
  • bigbes/release-v1.1.0
  • bigbes/release-v1.1.1
  • bigbes/release-v1.1.2
  • bigbes/release-v1.2.0
  • bigbes/release-v1.3.0
  • bigbes/release-v1.4.0
  • bigbes/release-v1.5.0
  • bigbes/release-v1.6.0
  • bigbes/release-v1.6.1
  • bigbes/tntp-7585-new-namer
  • bigbes/tntp-7587-codec-api
  • bigbes/tntp-7587-examples
  • bigbes/tntp-7587-new-namer
  • bigbes/tntp-7587-prefixed-storage-wrapper
  • bigbes/tntp-7587-store-api
  • bigbes/tntp-7587-tx-api
  • bigbes/tntp-7706-integrity-empty-watch
  • bigbes/tntp-7707-integrity-empty-range
  • bigbes/tntp-7708-watch-signal-contract
  • bigbes/tntp-7709-namer-multi-segment
  • bigbes/tntp-7710-integrity-singleton
  • bigbes/tntp-7780-fix-admin-for-connect-v2
  • ci/inline-govulncheck
  • g.rybakov/123
  • g.rybakov/gh-25-integrity-predicates
  • g.rybakov/gh-26-fix-non-empty-range
  • g.rybakov/tntp-4544-add-dummy-driver
  • g.rybakov/tntp-7387-add-ping-tcs
  • g.rybakov/tntp-7387-fix-probe-returns
  • g.rybakov/tntp-7387-remove-ssl-build-tag
  • g.rybakov/tntp-7780-connect-timeout
  • g.rybakov/tntp-7780-fix-admin-for-connect
  • gh-no-range-double-slash
  • master
  • mockird31/TNTP-4192-usage-examples
  • mockird31/fix-prefix-generate
  • mockird31/gh-23-extend-validated-result
  • mockird31/gh-24-prefix-deleteion
  • mockird31/gh-24-prefix-deletion
  • mockird31/gh-30-integration-tests-integrity.Typed
  • oleg-jukovec/connect-schema-fixes
  • oleg-jukovec/replace-etcd-client-with-interface
  • oleg-jukovec/storage-create-helper
  • origin/mockird31/gh-30-integration-tests-integrity.Typed
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.1.2
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.5.0
  • refs/tags/v1.6.0
  • refs/tags/v1.6.1
  • v2

31 Jul 2026 02:41PM UTC coverage: 90.023% (-0.02%) from 90.047%
30639602422

push

github

Eugene Blikh
ci: install the pinned Go toolchain in the tcs workflow

3871 of 4300 relevant lines covered (90.02%)

504.55 hits per line

Relevant lines Covered
Build:
Build:
4300 RELEVANT LINES 3871 COVERED LINES
504.55 HITS PER LINE
Source Files on master
  • Tree
  • List 51
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30639602422 master ci: install the pinned Go toolchain in the tcs workflow push 31 Jul 2026 02:41PM UTC Eugene Blikh github
90.02
30612200510 bigbes/gh-no-update-actions ci: install the pinned Go toolchain in the tcs workflow push 31 Jul 2026 07:15AM UTC Eugene Blikh github
90.05
30611942128 bigbes/gh-no-update-actions docs: state the Go 1.25 minimum in the contribution guide go.mod has declared go 1.25.0 since the v2 module bump, but the guide still told contributors 1.24 was enough. Pull #118 31 Jul 2026 07:11AM UTC bigbes github
90.09
30611891474 bigbes/gh-no-update-actions ci: bump workflow Go version to 1.25 go.mod has required go >= 1.25.0 since the v2 module bump, but the workflows still pinned 1.23/1.24. This went unnoticed because the older setup-go left GOTOOLCHAIN unset, so the jobs silently downloaded a new... Pull #118 31 Jul 2026 07:10AM UTC bigbes github
90.05
30361620333 bigbes/gh-no-update-actions ci: update actions to their latest versions actions/checkout v4 and actions/setup-go v5 run on Node 20, which GitHub has deprecated and now forces onto Node 24, so every job logged a warning. actions/cache v3 is served by a cache backend that has... Pull #118 28 Jul 2026 01:03PM UTC bigbes github
90.09
30241726841 v2 docs: changelog and migration notes for the v2 API cleanup sweep Document the §1 polish sweep in CHANGELOG [Unreleased] and MIGRATION.md: integrity option aliases, package-prefixed error sentinels, driver pointer receivers, per-instance dummy loc... push 27 Jul 2026 06:08AM UTC bigbes github
89.22
28283530925 bigbes/gh-no-refactor-parts docs: changelog and migration notes for the v2 API cleanup sweep Document the §1 polish sweep in CHANGELOG [Unreleased] and MIGRATION.md: integrity option aliases, package-prefixed error sentinels, driver pointer receivers, per-instance dummy loc... Pull #117 27 Jun 2026 08:13AM UTC bigbes github
89.22
28269777242 v2 hasher,crypto: auto/hex/bin encoding modes (v2) The hasher and crypto constructors take a single encoding Mode via WithMode(), replacing the earlier hex-by-default / WithRaw() boolean: - ModeAuto (default): produces raw bytes and, on verificatio... push 26 Jun 2026 10:55PM UTC bigbes github
89.25
28269538922 bigbes/gh-no-hex-codecs-v2 hasher,crypto: auto/hex/bin encoding modes (v2) The hasher and crypto constructors take a single encoding Mode via WithMode(), replacing the earlier hex-by-default / WithRaw() boolean: - ModeAuto (default): produces raw bytes and, on verificatio... Pull #115 26 Jun 2026 10:48PM UTC bigbes github
89.2
28269320976 v2 driver/etcd: deflake locker ctx-cancellation acquisition wait TestLocker_CtxCancellation_AbortsLock guarded locker C's acquisition with an independent time.After(lockerTestTimeout) tripwire that was tighter than the test's own outer context (3*lo... push 26 Jun 2026 10:43PM UTC bigbes github
89.26
See All Builds (324)
  • Repo on GitHub
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