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

DavyJonesLocker / client_side_validations / 26515624842
100%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 01:55PM UTC
Jobs 5
Files 28
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

27 May 2026 01:55PM UTC coverage: 100.0%. Remained the same
26515624842

push

github

web-flow
Remove dead selector aliases (#1018)

Drop `selectors.inputs` and `selectors.validate_inputs` from the runtime
surface. They stopped participating in validation when 1e22209 replaced
jQuery traversal with `form.elements`, DOM helpers, and
`dataset.csvValidate` checks, leaving `selectors.forms` as the only
remaining selector used at runtime.

Keeping these dead fields around suggests selector-driven behavior is
still supported when the 24.x API is intentionally DOM-first.

Reintroducing them would be a regression because it encourages users
to couple to unsupported internals and points the runtime back toward
the old descendant-query model that the jQuery removal intentionally
removed.

It is now possible to validate form-associated input that lives outside
the form subtree. That behavior is new with the `form.elements`-based
implementation and was not possible before, because the old
`jQuery.find(...)` path could only reach descendants of the form
element.

523 of 523 relevant lines covered (100.0%)

1424.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.4 - 26515624842.1 27 May 2026 01:55PM UTC 56
100.0
GitHub Action Run
2 run-3.2 - 26515624842.2 27 May 2026 01:55PM UTC 56
99.81
GitHub Action Run
3 run-3.3 - 26515624842.3 27 May 2026 01:55PM UTC 56
100.0
GitHub Action Run
4 run-head - 26515624842.4 27 May 2026 01:55PM UTC 56
100.0
GitHub Action Run
5 run-4.0 - 26515624842.5 27 May 2026 01:55PM UTC 56
100.0
GitHub Action Run
Source Files on build 26515624842
  • Tree
  • List 28
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26515624842
  • a053aa05 on github
  • Prev Build on main (#26513228857)
  • Next Build on main (#26518224959)
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