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

wol-soft / php-json-schema-model-generator
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: claude/mr-74-review-adoption-3p8hdm
DEFAULT BRANCH: master
Repo Added 12 Oct 2018 08:31AM UTC
Files 181
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 claude/mr-74-review-adoption-3p8hdm
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.1.0
  • 0.10.0
  • 0.10.1
  • 0.11.0
  • 0.11.1
  • 0.12.0
  • 0.13.0
  • 0.14.0
  • 0.14.1
  • 0.15.0
  • 0.15.1
  • 0.16.0
  • 0.17.0
  • 0.18.0
  • 0.19.0
  • 0.2.0
  • 0.20.0
  • 0.21.0
  • 0.21.1
  • 0.21.2
  • 0.21.3
  • 0.21.4
  • 0.21.5
  • 0.21.6
  • 0.21.7
  • 0.21.8
  • 0.22.0
  • 0.22.1
  • 0.23.0
  • 0.23.1
  • 0.23.2
  • 0.23.3
  • 0.23.4
  • 0.23.5
  • 0.24.0
  • 0.24.1
  • 0.24.2
  • 0.25.0
  • 0.25.1
  • 0.26.1
  • 0.26.2
  • 0.3.0
  • 0.3.1
  • 0.4.0
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 0.8.0
  • 0.9.0
  • 65-recursive-reference-resolving
  • 70-filter-in-composition
  • AddOptionToDefaultArraysToEmptyArray
  • AdvancedFilter
  • BaseProcessor
  • BuilderClassPostProcessor
  • CompositionValidationOnMutableObjects
  • FormatValidation
  • JsonSchemaDraftTestSuite
  • MoveCI
  • NestedObjectException
  • OptimizeMergedProperties
  • PatternProperties
  • PerformanceImprovements
  • PostProcessor
  • PostProcessorHooks
  • ReworkExceptions
  • SchemaHooks
  • SkipFilterAfterTransformingFilterIfTransformationFails
  • ThrowExceptionFromNestedModel
  • additionalProperties
  • attributes
  • bogus-loop-var
  • booleanSchemas
  • chore/phpunit-13-upgrade
  • claude/code-formatting-analysis-ipp4bf
  • claude/comprehensiveformatting-arrays-ksd26j
  • claude/exciting-cori-7aca14
  • claude/issue-167-q6ebfv
  • claude/issue-169-ti28cz
  • claude/issue-171-b6066p
  • claude/issue-172-yns270
  • claude/library-output-generation-plan-fmo3bz
  • claude/mr-74-review-adoption-3p8hdm
  • claude/mr-93-typescript-postprocessor-8u1wwl
  • claude/pr-151-review-oaznmm
  • claude/pr-166-continuation-8dtt5e
  • claude/pr-166-coverage-3hhtc2
  • claude/ref-resolution-improvements-th04wg
  • claude/remove-ext-json-requirement-6rewh4
  • claude/schema-error-line-numbers-b76c62
  • claude/type-guard-collision-eval-3c5l0n
  • claude/validation-error-messages-c73hox
  • debug
  • drafts
  • enumPostProcessor
  • feat-required-and-optional-const-property
  • feat/composition-required-promotion
  • feature/class-name-generator-improvements
  • feature/defs-keyword-support
  • filter-composition-ordering
  • fix-implicit-null-allowed
  • fix-name-normalization
  • fix/composed-schema-branch-defaults
  • fix/enum-types-in-composition-branches
  • fix/issue-101
  • fix/issue-110
  • fix/issue-129-enum-type-check-validator
  • fix/issue-130-duplicate-ref-builder-methods
  • fix/issue-98
  • implicitNullableConfiguration
  • improveRefResolving
  • issue133
  • issue72_nestedComposition
  • issue77_dynamicProperty
  • issue79_CombinedRefAndObjectDefinition
  • jsonSchemaDraft7
  • master
  • modernizeCode
  • optionalConst
  • order-schema-files
  • param
  • patch-1
  • patch-2
  • php82tessting
  • propertyinterface-bogus-signature
  • ref-required-and-optional-property
  • refImprovements
  • renameRawModelDataInput
  • supportNumericProperties
  • typos
  • unevaluated-properties
  • useInNestedReferences

31 Jul 2026 03:56AM UTC coverage: 98.829% (+0.09%) from 98.735%
30602871419

Pull #166

github

claude
Add tests covering PR #166's coverage gaps and regressions

Coveralls flagged 12 uncovered lines across SchemaProcessor.php,
PropertyFactory.php, and ObjectShapeResolver.php, plus 2 coverage
regressions in AbstractComposedPropertyValidator.php and
SchemaProcessor.php. Add characterization/unit tests reaching each:

- A root-level oneOf whose last branch is a literal `true` schema
  element (the only branch shape that avoids type inheritance at a
  class boundary) drives the new vacuous-branch path in
  SchemaProcessor and its finalize-completion body.
- An unresolvable $ref inside an allOf branch drives the
  catch(Throwable) in PropertyFactory::resolveObjectShape()'s
  speculative classification peek, and confirms the same broken
  reference is still reported cleanly by the real resolution
  afterward.
- Empty anyOf/oneOf arrays drive ObjectShapeResolver's
  combineDisjunctive([]) arm.
- A oneOf on a NAMED property (not the schema root) with an
  object-typed branch drives AbstractComposedPropertyValidator's
  scopeProperty===null guard, whose only prior test coverage came
  from a since-fixed under-recognition bug rather than the guard's
  actual intended (named-property) scenario.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015kJ3xjHFogftRV4m2ukJFN
Pull Request #166: Add characterization tests for issue #72 / PR #74 composition defects

206 of 206 new or added lines in 8 files covered. (100.0%)

7344 of 7431 relevant lines covered (98.83%)

578.49 hits per line

Relevant lines Covered
Build:
Build:
7431 RELEVANT LINES 7344 COVERED LINES
578.49 HITS PER LINE
Source Files on master
  • Tree
  • List 181
  • Changed 11
  • Source Changed 9
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30602871419 claude/mr-74-review-adoption-3p8hdm Add tests covering PR #166's coverage gaps and regressions Coveralls flagged 12 uncovered lines across SchemaProcessor.php, PropertyFactory.php, and ObjectShapeResolver.php, plus 2 coverage regressions in AbstractComposedPropertyValidator.php and... Pull #166 31 Jul 2026 03:58AM UTC claude github
98.83
30602842852 claude/pr-166-coverage-3hhtc2 Add tests covering PR #166's coverage gaps and regressions Coveralls flagged 12 uncovered lines across SchemaProcessor.php, PropertyFactory.php, and ObjectShapeResolver.php, plus 2 coverage regressions in AbstractComposedPropertyValidator.php and... Pull #166 31 Jul 2026 03:58AM UTC claude github
98.83
30585481204 claude/mr-74-review-adoption-3p8hdm Merge d62f6c894 into fb1356f21 Pull #166 30 Jul 2026 10:01PM UTC web-flow github
98.59
30585347013 claude/mr-74-review-adoption-3p8hdm Restore the impliedObjects composition-error example to the default-mode output Documentation examples illustrate the production default configuration, where collectErrors is enabled and a composition error enumerates every branch's outcome (incl... push 30 Jul 2026 09:58PM UTC claude github
98.59
30582776386 claude/mr-74-review-adoption-3p8hdm Align composition-error assertions with master's summary-only direct mode The merge with master resolved the ComposedItem template conflict in favor of master's structure (the extracted ComposedItemBody template), which does not enumerate cleanly... Pull #166 30 Jul 2026 09:18PM UTC claude github
98.59
30536575715 claude/pr-166-continuation-8dtt5e Align composition tests and validator factory with merged master Reconcile the object-routing work with master's composition changes: re-integrate the issue #72 conflict-detection and example-only exclusion into master's AbstractCompositionValida... push 30 Jul 2026 10:57AM UTC claude github
98.59
30336217492 master Merge pull request #180 from wol-soft/claude/comprehensiveformatting-arrays-ksd26j Exclude internal bookkeeping properties from composition branch default helpers push 28 Jul 2026 06:52AM UTC web-flow github
98.73
30333648898 claude/comprehensiveformatting-arrays-ksd26j Exclude internal bookkeeping properties from composition branch default helpers setupBranchDefaultHelpers() iterated a composition branch's nested schema properties without excluding internal ones, so an internal bookkeeping property with a non-n... Pull #180 28 Jul 2026 06:06AM UTC claude github
98.73
30327668644 master Merge pull request #176 from wol-soft/claude/issue-172-yns270 Register required as a Draft validator factory on type object push 28 Jul 2026 04:05AM UTC web-flow github
98.73
30327409366 claude/issue-172-yns270 Merge remote-tracking branch 'origin/master' into claude/issue-172-yns270 # Conflicts: # src/Model/Validator/Factory/Composition/AbstractCompositionValidatorFactory.php Pull #176 28 Jul 2026 04:00AM UTC claude github
98.73
See All Builds (793)
  • 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