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

tarantool / go-config
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.4.0
DEFAULT BRANCH: master
Repo Added 04 Dec 2025 09:06AM UTC
Token 28U7dhyYpWTBXnC8RgS24Vyduc5IZpLvc regen
Build 278 Last
Files 42
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 refs/tags/v1.4.0
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • bigbes/gh-10-govuncheck
  • bigbes/gh-11-pin-golangci-lint-version
  • bigbes/gh-15-rewrite-tests
  • bigbes/gh-26-invalid-yamls
  • bigbes/gh-28-autofetch-new-schemas
  • bigbes/gh-44-modified-literal
  • bigbes/gh-no-add-documentation
  • bigbes/gh-no-add-testing
  • bigbes/gh-no-fix-govulncheck
  • bigbes/gh-no-fix-maps-merging
  • bigbes/gh-no-fix-tarantool-order
  • bigbes/gh-no-jsonschema-subst-params
  • bigbes/gh-no-layered-effective-resolution
  • bigbes/gh-no-lazy-schema-loading
  • bigbes/gh-no-light-etcd-shim
  • bigbes/gh-no-mutable-marshal-fixes
  • bigbes/gh-no-struct-source
  • bigbes/gh-no-update-go-storage
  • bigbes/gh-no-update-go-storage-deps
  • bigbes/gh-no-vulncheck-fix
  • bigbes/jsonschema-substitute-params
  • bigbes/release-v1.0.0
  • bigbes/release-v1.1.0
  • bigbes/release-v1.2.0
  • bigbes/release-v1.3.0
  • bigbes/release-v1.4.0
  • bigbes/tntp-5711-keypath
  • bigbes/tntp-5712-node
  • bigbes/tntp-5716-value-api
  • bigbes/tntp-5717-basic-collectors
  • bigbes/tntp-5718-merging-algo-v3
  • bigbes/tntp-5719-config-builder
  • bigbes/tntp-5721-scopes
  • bigbes/tntp-5722-jsonschema-validation-support
  • bigbes/tntp-5723-add-directory-collector
  • bigbes/tntp-5723-add-go-storage-source-v2
  • bigbes/tntp-5723-add-go-storage-source-v3
  • bigbes/tntp-5723-tarantool
  • bigbes/tntp-5723-tarantool-v2
  • bigbes/tntp-5724-delete-cascade
  • bigbes/tntp-5724-mutable
  • bigbes/tntp-5724-mutable-p1
  • bigbes/tntp-5724-snapshot
  • bigbes/tntp-5724-yaml-marshal
  • bigbes/tntp-7385-env-from-jsonschema
  • bigbes/tntp-7385-env-ignore
  • bigbes/tntp-7385-offline-json-schema
  • bigbes/tntp-7559-nil-in-builder-addcollector
  • bigbes/tntp-7586-better-sync-commit
  • bigbes/tntp-7660-config-validate
  • bigbes/tntp-7660-without-validation
  • master
  • mockird31/gh-no-parsing-empty-array
  • oleg-jukovec/gh-32-fix-empty-instances
  • oleg-jukovec/gh-34-fix-array-flag
  • oleg-jukovec/gh-36-remove-leader-inherbit
  • patapenka-alexey/tntp-5618-basic-ci
  • patapenka-alexey/tntp-572-file-yaml-collectors
  • patapenka-alexey/tntp-5720-file-yaml-collectors
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0

09 Jun 2026 08:53AM UTC coverage: 86.866%. Remained the same
27195176781

push

github

bigbes
Release v1.4.0

3836 of 4416 relevant lines covered (86.87%)

96.62 hits per line

Relevant lines Covered
Build:
Build:
4416 RELEVANT LINES 3836 COVERED LINES
96.62 HITS PER LINE
Source Files on master
  • Tree
  • List 42
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27195176781 refs/tags/v1.4.0 Release v1.4.0 push 09 Jun 2026 08:56AM UTC bigbes github
86.87
27195044128 master Release v1.4.0 push 09 Jun 2026 08:53AM UTC bigbes github
86.87
27194284914 bigbes/release-v1.4.0 Release v1.4.0 push 09 Jun 2026 08:39AM UTC bigbes github
86.87
27193526546 master testutil: switch etcd helper to go-storage etcdtest Use go-storage's test_helpers/etcd package (added in v1.5.x) instead of go.etcd.io/etcd/tests/v3/framework/integration. The new helper is built on embed and avoids dragging the tests/v3 framewor... push 09 Jun 2026 08:25AM UTC bigbes github
86.87
27189789919 bigbes/gh-no-light-etcd-shim testutil: switch etcd helper to go-storage etcdtest Use go-storage's test_helpers/etcd package (added in v1.5.x) instead of go.etcd.io/etcd/tests/v3/framework/integration. The new helper is built on embed and avoids dragging the tests/v3 framewor... Pull #78 09 Jun 2026 07:06AM UTC bigbes github
86.88
27189651571 bigbes/gh-no-light-etcd-shim testutil: satisfy golangci-lint on the etcd helper Silence gochecknoglobals on the deliberately shared sharedEtcd, split the inline error handling on the keyspace-wipe Delete to satisfy noinlineerr, and drop the redundant exhaustruct nolint in th... Pull #78 09 Jun 2026 07:05AM UTC bigbes github
86.88
27189335836 master tree: preserve slice held in an array node's Value The empty-array fix reordered nodeToValue to handle the array branch before the leaf check, building the result solely from node.Children(). That drops data for an array-marked leaf that carries ... push 09 Jun 2026 06:57AM UTC bigbes github
86.87
27011736442 mockird31/gh-no-parsing-empty-array tree: preserve slice held in an array node's Value The empty-array fix reordered nodeToValue to handle the array branch before the leaf check, building the result solely from node.Children(). That drops data for an array-marked leaf that carries ... Pull #79 05 Jun 2026 11:17AM UTC r.inyakin github
86.87
27011447909 mockird31/gh-no-parsing-empty-array tree: preserve slice held in an array node's Value The empty-array fix reordered nodeToValue to handle the array branch before the leaf check, building the result solely from node.Children(). That drops data for an array-marked leaf that carries ... Pull #79 05 Jun 2026 11:10AM UTC r.inyakin github
86.87
27009796803 mockird31/gh-no-parsing-empty-array tree: preserve slice held in an array node's Value The empty-array fix reordered nodeToValue to handle the array branch before the leaf check, building the result solely from node.Children(). That drops data for an array-marked leaf that carries ... Pull #79 05 Jun 2026 10:31AM UTC bigbes github
86.87
See All Builds (276)

Badge your Repo: go-config

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc