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

kcl-lang / kcl-openapi
66%

Build:
DEFAULT BRANCH: main
Repo Added 04 Jul 2023 07:31AM UTC
Token bsczfAPhgbOT0k4RAgkHGpQ11pAGLDtoO regen
Build 186 Last
Files 14
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 main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-map-to-kcl-value
  • amyXia1994-patch-1
  • bump/cla
  • chore-bump-regex-match-func
  • chore-deprecated-cli
  • chore-update-cla-version
  • chore/docker-release-config
  • chore/migrate-repo
  • chore/update-release-ci
  • ci-update-test-condition
  • cleanup_ioutil
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-go-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/setup-python-5
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/docker/login-action-3
  • dependabot/github_actions/goreleaser/goreleaser-action-6
  • dependabot/go_modules/github.com/go-openapi/errors-0.22.0
  • dependabot/go_modules/github.com/go-openapi/errors-0.22.1
  • dependabot/go_modules/github.com/go-openapi/errors-0.22.2
  • dependabot/go_modules/github.com/go-openapi/inflect-0.21.0
  • dependabot/go_modules/github.com/go-openapi/inflect-0.21.2
  • dependabot/go_modules/github.com/go-openapi/inflect-0.21.3
  • dependabot/go_modules/github.com/go-openapi/strfmt-0.23.0
  • dependabot/go_modules/github.com/jessevdk/go-flags-1.6.1
  • dependabot/go_modules/github.com/kr/pretty-0.3.1
  • dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/github.com/stretchr/testify-1.9.0
  • doc/contributing
  • doc/install-approaches
  • doc/k8s-pkg-generate
  • enhance-int-or-string-array-pattern
  • enhance/support-v1-crd-versions
  • feat-item-all-pattern
  • feat-mangle-property-name-with-quote
  • feat-use-raw-string-for-generated-schema
  • feat-yaml-stream-format-input
  • feat/preprocess-script
  • fix
  • fix-additional-property-pattern
  • fix-all-of-pattern
  • fix-default-value-with-x-order-generation
  • fix-disable-auto-block-pr-option
  • fix-multiple-pattern-in-items-and-additional-properties
  • fix-nil-pointer-for-array-branch
  • fix-optional-attr-min-and-max-validation-gen
  • fix-schema-generation
  • fix-split-documents
  • fix-typo-in-documents
  • fix-yaml-stream-format-input
  • fix/conflict-import
  • fix/docker-username-pw
  • fix/empty-check-blocks
  • fix/import-path-under-pkgroot
  • fix/multiple-version-crdext-v1
  • fix/pre-process
  • fix/regex-check
  • fix/wrong-crd-apiversion
  • fix_link
  • main
  • mangle-system-module-import
  • minor/add-version
  • refs/tags/v0.5.0
  • refs/tags/v0.5.1
  • refs/tags/v0.5.2
  • refs/tags/v0.5.3
  • refs/tags/v0.5.4
  • refs/tags/v0.5.5
  • refs/tags/v0.6.0
  • refs/tags/v0.6.1
  • refs/tags/v0.6.2
  • refs/tags/v0.6.3
  • refs/tags/v0.6.4
  • refs/tags/v0.6.5
  • refs/tags/v0.6.6
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • support-int-or-str
  • workflow/sync-k8s-models

04 Dec 2025 12:32PM UTC coverage: 65.663% (-0.4%) from 66.056%
19929108947

push

github

web-flow
fix: Do not hoist identical version schemas for apiextensions.k8s.io/v1 (#142)

The underlying k8s api that converts into the final CRD object is
deduplicating versions.

With rehydrating the schemas we fix a problem with possible API
incompatibility and the generated specs.

Signed-off-by: Richard Hillmann <richard@flowers-software.de>

17 of 22 new or added lines in 1 file covered. (77.27%)

6 existing lines in 1 file now uncovered.

2180 of 3320 relevant lines covered (65.66%)

1.52 hits per line

Relevant lines Covered
Build:
Build:
3320 RELEVANT LINES 2180 COVERED LINES
1.52 HITS PER LINE
Source Files on main
  • Tree
  • List 14
  • 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
19929108947 main fix: Do not hoist identical version schemas for apiextensions.k8s.io/v1 (#142) The underlying k8s api that converts into the final CRD object is deduplicating versions. With rehydrating the schemas we fix a problem with possible API incompatibil... push 04 Dec 2025 12:34PM UTC web-flow github
65.66
19922282211 fix/multiple-version-crdext-v1 fix: Do not hoist identical version schemas for apiextensions.k8s.io/v1 The underlying k8s api that converts into the final CRD object is deduplicating versions. With rehydrating the schemas we fix a problem with possible API incompatibility and... Pull #142 04 Dec 2025 09:03AM UTC project0 github
66.17
19659873416 main chore: (deps): bump actions/checkout from 5 to 6 (#139) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/b... push 25 Nov 2025 06:02AM UTC web-flow github
66.06
19652888239 dependabot/github_actions/actions/checkout-6 chore: (deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/mai... Pull #139 24 Nov 2025 11:38PM UTC web-flow github
66.06
17678928685 main chore: (deps): bump actions/setup-go from 5 to 6 (#135) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/com... push 12 Sep 2025 03:30PM UTC web-flow github
66.06
17566678528 dependabot/github_actions/actions/setup-go-6 chore: (deps): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5... Pull #135 08 Sep 2025 11:15PM UTC web-flow github
66.06
17566677807 dependabot/github_actions/actions/setup-python-6 chore: (deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/set... Pull #134 08 Sep 2025 11:15PM UTC web-flow github
66.06
17412291966 dependabot/go_modules/github.com/stretchr/testify-1.11.1 Chore: (deps): bump github.com/stretchr/testify from 1.9.0 to 1.11.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https:... Pull #133 02 Sep 2025 06:18PM UTC web-flow github
66.06
17244860413 dependabot/go_modules/github.com/stretchr/testify-1.11.0 Chore: (deps): bump github.com/stretchr/testify from 1.9.0 to 1.11.0 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https:... Pull #131 26 Aug 2025 04:52PM UTC web-flow github
66.06
16904995702 main chore: (deps): bump actions/checkout from 4 to 5 (#130) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/b... push 12 Aug 2025 09:39AM UTC web-flow github
66.06
See All Builds (180)

Badge your Repo: kcl-openapi

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

© 2025 Coveralls, Inc