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

DavyJonesLocker / client_side_validations / 28741566838 / 1
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 05 Jul 2026 12:59PM UTC
Files 56
Run time 1s
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

05 Jul 2026 12:58PM UTC coverage: 100.0% (+0.2%) from 99.809%
28741566838.1

push

github

web-flow
Modernize JavaScript build toolchain (#1033)

Replace Rollup with Rolldown v1 for bundling (10-30x faster builds).
The new config lives in rolldown.config.mjs and the build script is
updated accordingly.

Replace ESLint + neostandard with Oxlint v1 for linting (50-100x faster).
The new config lives in .oxlintrc.json and is run via `pnpm lint`.
Use `args: none` on no-unused-vars to skip unused function parameters,
which serve as API documentation for callback signatures.
Rename .github/workflows/eslint.yml to lint.yml accordingly.

These choices are informed by ongoing upstream discussions about how
best to align the neostandard and Rollup ecosystems with modern
JavaScript tooling (neostandard/neostandard#350, rollup/plugins#2010).

Drop Babel — transpilation is now handled by Rolldown's built-in Oxc
transforms. The minimum browser targets are unchanged (Chrome 60+,
Firefox 60+, iOS 12+, Safari 12+).

Remove 9 unused npm devDependencies (`@babel/core`, `@babel/preset-env`,
`@rollup/plugin-babel`, `@rollup/plugin-node-resolve`, `eslint`,
`eslint-plugin-compat`, `neostandard`, `rollup`, `rollup-plugin-copy`).

Clean up .gitignore (remove stale !.babelrc negation) and update
Rakefile lint task to call the new `pnpm lint` script instead of
`pnpm eslint`.

1046 of 1046 relevant lines covered (100.0%)

157.43 hits per line

Source Files on job run-3.4 - 28741566838.1
  • Tree
  • List 56
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28741566838
  • 9ba5ebda on github
  • Prev Job for on main (#28541420982.4)
  • Next Job for on main (#28971406708.3)
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