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

accordproject / concerto / 24967482949
98%

Build:
DEFAULT BRANCH: main
Ran 26 Apr 2026 09:29PM 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

26 Apr 2026 09:28PM UTC coverage: 98.284%. Remained the same
24967482949

push

github

web-flow
fix(concerto-cto): declare path-browserify as a runtime dependency (#1189)

`packages/concerto-cto/src/external.ts` has a top-level
`import * as pathBrowserify from 'path-browserify'` which is compiled
into the shipped `dist/` output, but the package declares
`path-browserify` under `devDependencies` instead of `dependencies`.

Consumers running `npm install @accordproject/concerto-cto` in a fresh
project get `MODULE_NOT_FOUND` at require time. The bug is invisible
inside the monorepo because npm workspaces hoist `path-browserify`
(declared in both the root and the package's devDependencies) to the
repo root, and the browser build is shielded by the `resolve.fallback`
shim in `webpack.config.js`.

This is a one-line move of `"path-browserify": "^1.0.1"` from
`devDependencies` to `dependencies`. `@types/path-browserify` stays in
devDependencies — type declarations are correctly dev-only.

No source or test changes required; behavior is unchanged for the
monorepo dev loop, fixed for downstream consumers.

Likely regression from #1005 (TypeScript migration).

Closes #1188

Signed-off-by: Yuzhou Wang <wusiwyzb5@gmail.com>

2035 of 2111 branches covered (96.4%)

Branch coverage included in aggregate %.

3808 of 3834 relevant lines covered (99.32%)

134951.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 windows-latest - 24967482949.1 26 Apr 2026 09:32PM UTC 166
98.28
GitHub Action Run
2 ubuntu-latest - 24967482949.2 26 Apr 2026 09:30PM UTC 166
98.28
GitHub Action Run
3 macos-latest - 24967482949.3 26 Apr 2026 09:29PM UTC 166
98.28
GitHub Action Run
Source Files on build 24967482949
  • 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 #24967482949
  • ce4641ba on github
  • Prev Build on main (#24731939644)
  • Next Build on main (#24991950603)
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