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

accordproject / concerto / 25937083752
98%

Build:
DEFAULT BRANCH: main
Ran 15 May 2026 07:28PM UTC
Jobs 3
Files 83
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

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

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>

2055 of 2138 branches covered (96.12%)

Branch coverage included in aggregate %.

3841 of 3871 relevant lines covered (99.23%)

134368.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest - 25937083752.1 15 May 2026 07:28PM UTC 166
98.12
GitHub Action Run
2 windows-latest - 25937083752.2 15 May 2026 07:29PM UTC 166
98.12
GitHub Action Run
3 macos-latest - 25937083752.3 15 May 2026 07:28PM UTC 166
98.12
GitHub Action Run
Source Files on build 25937083752
  • Tree
  • List 83
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25937083752
  • 97a4a0e0 on github
  • Prev Build on main (#25935404578)
  • Next Build on main (#25961386081)
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