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

tarantool / go-config
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-no-update-actions
DEFAULT BRANCH: master
Repo Added 04 Dec 2025 09:06AM UTC
Token 28U7dhyYpWTBXnC8RgS24Vyduc5IZpLvc regen
Build 291 Last
Files 44
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 bigbes/gh-no-update-actions
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-env-scalar-coercion
  • bigbes/gh-no-fix-empty-scalar
  • 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-actions
  • 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
  • mockird31/gh-no-parsing-inline-structs
  • 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

28 Jul 2026 01:01PM UTC coverage: 87.258%. Remained the same
30361576498

Pull #85

github

bigbes
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.
- Move checkout and setup-go to v7 in every workflow.
- Bring vulncheck.yaml, which was already on v6, to the same version as
  the rest, so all workflows agree.
Pull Request #85: ci: update actions to their latest versions

4061 of 4654 relevant lines covered (87.26%)

103.82 hits per line

Relevant lines Covered
Build:
Build:
4654 RELEVANT LINES 4061 COVERED LINES
103.82 HITS PER LINE
Source Files on master
  • Tree
  • List 44
  • 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
30361576498 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. - Move checkout and setup-go to v7 in every workflow. ... Pull #85 28 Jul 2026 01:03PM UTC bigbes github
87.26
30360773524 master jsonschema: schema-aware scalar coercion Environment-variable collectors deliver every value as a string, so a strict scalar schema such as {"type": "boolean"} rejects an override like MYAPP_FLAG=true even though the typed decode would accept it.... push 28 Jul 2026 12:53PM UTC bigbes github
87.26
29986776297 bigbes/gh-no-env-scalar-coercion jsonschema: schema-aware scalar coercion Environment-variable collectors deliver every value as a string, so a strict scalar schema such as {"type": "boolean"} rejects an override like MYAPP_FLAG=true even though the typed decode would accept it.... Pull #84 23 Jul 2026 06:59AM UTC bigbes github
87.26
29986592922 bigbes/gh-no-env-scalar-coercion jsonschema: schema-aware scalar coercion Environment-variable collectors deliver every value as a string, so a strict scalar schema such as {"type": "boolean"} rejects an override like MYAPP_FLAG=true even though the typed decode would accept it.... Pull #84 23 Jul 2026 06:57AM UTC bigbes github
87.26
28597893372 master tree: generalize yaml tag parsing and restrict inline to structs Extract the yaml struct-tag splitter into internal/structtag as a convention-agnostic Parse(tag) -> (name, Options) helper, reused by decodeStruct. Restrict `,inline` flattening to... push 02 Jul 2026 02:30PM UTC bigbes github
87.15
28548699425 mockird31/gh-no-parsing-inline-structs tree: generalize yaml tag parsing and restrict inline to structs Extract the yaml struct-tag splitter into internal/structtag as a convention-agnostic Parse(tag) -> (name, Options) helper, reused by decodeStruct. Restrict `,inline` flattening to... Pull #82 01 Jul 2026 09:24PM UTC bigbes github
87.1
28518433802 mockird31/gh-no-parsing-inline-structs tree: fix parsing `inline` structs The yaml `inline` option is now recognized: a field tagged ',inline`, which is anonymous or does not have an explicit name. Pull #82 01 Jul 2026 12:45PM UTC r.inyakin github
87.14
28518205542 mockird31/gh-no-parsing-inline-structs tree: fix parsing `inline` structs The yaml `inline` option is now recognized: a field tagged ',inline`, which is anonymous or does not have an explicit name. Pull #82 01 Jul 2026 12:41PM UTC r.inyakin github
87.14
28517940342 mockird31/gh-no-parsing-inline-structs tree: fix parsing `inline` structs The yaml `inline` option is now recognized: a field tagged ',inline`, which is anonymous or does not have an explicit name. Pull #82 01 Jul 2026 12:37PM UTC r.inyakin github
87.09
28025821951 master jsonschema: schema-aware null coercion with configurable scalar policy With ToAny now yielding nil for empty values, validation needs to know the intended empty shape, which only the schema carries. Add a coercion pass (coerceNulls) run between T... push 23 Jun 2026 12:23PM UTC bigbes github
87.13
See All Builds (289)

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 TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc