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

RobinTail / express-zod-api / 24888925414 / 6
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2026 12:15PM UTC
Files 45
Run time 2s
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

24 Apr 2026 12:14PM UTC coverage: 100.0%. Remained the same
24888925414.6

push

github

web-flow
fix: rm redundant `pullResponseExamples` call from `Endpoint::outputSchema` (#3345)

Performance regression since v24.0.0 - the `outputSchema` getter was
calling the expensive `pullResponseExamples()` operation on first access
(R.once protected), even though examples are only needed for OpenAPI
documentation generation (getResponses).

This fixes the issue where simply accessing the output schema for
runtime validation was unnecessarily triggering example generation.

first introduced by #2666 
merged by #2546 
found this during my work on #3344 

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Bug Fixes**
* Improved request performance by deferring output schema example
processing; examples are now generated only when needed for
documentation/OpenAPI workflows, not during initial request handling.

* **Documentation**
* Added changelog entry v27.2.4 documenting the change in example
processing behavior.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

945 of 986 branches covered (95.84%)

1383 of 1383 relevant lines covered (100.0%)

67.15 hits per line

Source Files on job run-22.12.0 - 24888925414.6
  • Tree
  • List 45
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24888925414
  • 95f0c745 on github
  • Prev Job for on master (#24878504325.1)
  • Next Job for on master (#24935185196.2)
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