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

wol-soft / php-json-schema-model-generator-production / 27749975228
17%
master: 22%

Build:
Build:
LAST BUILD BRANCH: jsonSchemaDraft2019
DEFAULT BRANCH: master
Ran 18 Jun 2026 09:27AM UTC
Jobs 1
Files 94
Run time 1min
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

18 Jun 2026 09:22AM UTC coverage: 18.764% (-0.1%) from 18.913%
27749975228

push

github

wol-soft
Rename getEvaluatedProperties to _getEvaluatedProperties; fix indent

The generator emits an _getEvaluatedProperties() method on nested branch
classes so the composition cache's object slots can be queried for what the
branch evaluated. The previous getEvaluatedProperties() name could collide
with a user-declared schema property named evaluatedProperties (whose
auto-generated getter is identically named) and read as a user-facing
method. The underscore prefix sidesteps both concerns; generated code marks
the method with #[Internal] to document the role. CompositionEvaluationTrait
calls the renamed method.

InvalidComposedValueException now re-indents the embedded nested-exception
messages so their continuation lines align with the parent message's body
rather than reverting to column 2. Previously a nested
InvalidUnevaluatedPropertiesException with its own indented "- invalid
property" / "* Invalid type" lines would mix with the composition's own
top-level lines and produce a confusing flat output. The fix mirrors the
str_replace re-indent pattern already used by InvalidAdditionalPropertiesException.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

0 of 9 new or added lines in 2 files covered. (0.0%)

167 of 890 relevant lines covered (18.76%)

0.63 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
0.0
0.0% src/Exception/ComposedValue/InvalidComposedValueException.php
1
0.0
0.0% src/Traits/CompositionEvaluationTrait.php
Jobs
ID Job ID Ran Files Coverage
1 Unit - 27749975228.1 18 Jun 2026 09:27AM UTC 94
18.76
GitHub Action Run
Source Files on build 27749975228
  • Tree
  • List 94
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27749975228
  • 4c7c3b8a on github
  • Prev Build on jsonSchemaDraft2019 (#27720209155)
  • Next Build on jsonSchemaDraft2019 (#28649814905)
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