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

nette / forms / 28592229123
93%

Build:
DEFAULT BRANCH: master
Ran 02 Jul 2026 01:04PM UTC
Jobs 1
Files 46
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

02 Jul 2026 01:04PM UTC coverage: 93.269% (+0.2%) from 93.105%
28592229123

push

github

dg
Form: standalone HTTP processing split into new StandaloneForm (BC break)

Form is now a detached base: it builds, validates and renders, but has
no access to submitted data (isAnchored() returns false, submission API
throws InvalidStateException pointing to StandaloneForm).

StandaloneForm extends Form and carries the standalone mechanics moved
from Form: $httpRequest, static initialize(), receiveHttpData() with
method/Sec-Fetch/tracker checks, the hidden '_form_' tracker and the
TrackerId constant. Form::initialize() is removed.

The base receiveHttpData() throws, making the isAnchored()/
receiveHttpData() pair contract loud in both directions. Descendants
providing their own source of submitted data must override both
(Nette\Application\UI\Form already does, it needs no change).

Internal neutralizing anonymous classes in Repeater::createTemplate()
and Blueprint::generateLatte() are simplified to plain `new Form`.

265 of 306 new or added lines in 4 files covered. (86.6%)

5 existing lines in 1 file now uncovered.

2425 of 2600 relevant lines covered (93.27%)

0.93 hits per line

Uncovered Changes

Lines Coverage ∆ File
39
74.84
-0.16% src/Forms/Blueprint.php
1
99.14
0.02% src/Forms/Repeater.php
1
96.88
src/Forms/StandaloneForm.php

Coverage Regressions

Lines Coverage ∆ File
5
96.41
0.0% src/Forms/Helpers.php
Jobs
ID Job ID Ran Files Coverage
1 28592229123.1 02 Jul 2026 01:04PM UTC 46
93.27
GitHub Action Run
Source Files on build 28592229123
  • Tree
  • List 46
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4ef71aa6 on github
  • Prev Build on master (#28588025136)
  • Next Build on master (#28593492522)
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