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

wol-soft / php-json-schema-model-generator-production / 29625079075
45%
master: 46%

Build:
Build:
LAST BUILD BRANCH: claude/issue-171-invalid-type-object-message
DEFAULT BRANCH: master
Ran 18 Jul 2026 01:23AM UTC
Jobs 1
Files 87
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 Jul 2026 01:22AM UTC coverage: 44.717% (+23.2%) from 21.548%
29625079075

Pull #19

github

claude
Extract repeated message-assembly logic into MessageFormatter

Six exception classes duplicated the same "indent a sibling exception's
message and join under a bullet" idiom (InvalidItemException,
InvalidTupleException, InvalidAdditionalPropertiesException,
InvalidPatternPropertiesException, InvalidComposedValueException,
ConditionalException); two more had byte-for-byte identical logic for a
different case, flattening one arbitrary nested exception's whole message
into bullets one level deeper (NestedObjectException,
InvalidSchemaDependencyException); three more repeated a "quote each item
and join" idiom for flat lists (InvalidTypeException, AdditionalProperties-
Exception, InvalidPropertyDependencyException).

Renamed ValueFormatter to MessageFormatter and added bulletList(),
flattenNestedMessage() and quotedList() alongside the existing format(),
so every exception class assembling a message reaches for the same shared
helpers instead of re-implementing str_replace/implode/preg_replace calls.

Purely a refactor: every call site's exact output is unchanged (verified
via the full existing suite, no test assertions needed updating), plus new
MessageFormatterTest coverage for the extracted methods directly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BZUchCwdY9cQFvyEXWnTZw
Pull Request #19: Fix nested composition indentation + add data-instance JSON pointer (issue #131)

101 of 138 new or added lines in 39 files covered. (73.19%)

2 existing lines in 2 files now uncovered.

364 of 814 relevant lines covered (44.72%)

1.8 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
0.0
0.0% src/Exception/Object/RegularPropertyAsAdditionalPropertyException.php
3
0.0
0.0% src/Accessor/PatternPropertiesAccessor.php
3
0.0
0.0% src/Exception/String/ContentException.php
2
0.0
0.0% src/Exception/Dependency/InvalidPropertyDependencyException.php
2
0.0
0.0% src/Exception/Dependency/InvalidSchemaDependencyException.php
2
0.0
0.0% src/Exception/Object/AdditionalPropertiesException.php
2
73.33
73.33% src/Exception/Object/NestedObjectException.php
1
0.0
0.0% src/Exception/Arrays/AdditionalTupleItemsException.php
1
0.0
0.0% src/Exception/Arrays/ContainsException.php
1
0.0
0.0% src/Exception/Arrays/MaxItemsException.php
1
0.0
0.0% src/Exception/Arrays/MinItemsException.php
1
0.0
0.0% src/Exception/Arrays/UniqueItemsException.php
1
0.0
0.0% src/Exception/Filter/IncompatibleFilterException.php
1
0.0
0.0% src/Exception/Filter/InvalidFilterValueException.php
1
81.25
81.25% src/Exception/Generic/InvalidTypeException.php
1
0.0
0.0% src/Exception/Number/ExclusiveMaximumException.php
1
0.0
0.0% src/Exception/Number/ExclusiveMinimumException.php
1
0.0
0.0% src/Exception/Number/MultipleOfException.php
1
0.0
0.0% src/Exception/Object/InvalidInstanceOfException.php
1
0.0
0.0% src/Exception/Object/MaxPropertiesException.php
1
0.0
0.0% src/Exception/Object/MinPropertiesException.php
1
0.0
0.0% src/Exception/String/FormatException.php
1
0.0
0.0% src/Exception/String/MaxLengthException.php
1
0.0
0.0% src/Exception/String/MinLengthException.php
1
0.0
0.0% src/Exception/String/PatternException.php

Coverage Regressions

Lines Coverage ∆ File
1
74.07
74.07% src/Exception/ComposedValue/ConditionalException.php
1
0.0
0.0% src/Exception/String/ContentException.php
Jobs
ID Job ID Ran Files Coverage
1 Unit - 29625079075.1 18 Jul 2026 01:23AM UTC 87
44.72
GitHub Action Run
Source Files on build 29625079075
  • Tree
  • List 87
  • Changed 45
  • Source Changed 44
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29625079075
  • Pull Request #19
  • PR Base - master (#28628908337)
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