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

accordproject / concerto / 25937083752 / 1
98%
main: 98%

Build:
DEFAULT BRANCH: main
Ran 15 May 2026 07:30PM UTC
Files 166
Run time 4s
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

15 May 2026 07:25PM UTC coverage: 98.119%. Remained the same
25937083752.1

push

github

web-flow
fix(concerto-core): declare dayjs as a runtime dependency + regression test (#1226)

fix(concerto-core): declare dayjs as a runtime dependency + lint rule

Six files under packages/concerto-core/src/ statically require('dayjs') —
datetimeutil, factory, model/typed, and three under serializer/ — but
the package's package.json never declared dayjs. The package happens
to work when something else in the consuming app's tree hoists dayjs
to a discoverable node_modules; it breaks the moment concerto-core is
the only consumer (surfaced via cicero-template-library 0.26 migration:
accordproject/cicero-template-library#484, where valuegenerator was
the first call site exercised at runtime).

- Add `dayjs` to dependencies (1.11.13, matching sibling packages).
- Wire `eslint-plugin-import`'s `no-extraneous-dependencies` rule via a
  dedicated `.eslintrc.deps.yml` + new `lint:deps` script, chained into
  the existing `lint` (and therefore `pretest`). Scoped to src/ via a
  @typescript-eslint/parser override so the existing JS lint pass is
  untouched. Verified locally: reverting the package.json change makes
  the new script fail with 18 violations across all six call sites.

Signed-off-by: Matt Roberts <code@rbrts.uk>

4110 of 4276 branches covered (96.12%)

Branch coverage included in aggregate %.

7682 of 7742 relevant lines covered (99.23%)

22396.33 hits per line

Source Files on job ubuntu-latest - 25937083752.1
  • Tree
  • List 166
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25937083752
  • 97a4a0e0 on github
  • Prev Job for on main (#25935404578.3)
  • Next Job for on main (#25961386081.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