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

accordproject / concerto / 25425879806 / 2
98%
main: 98%

Build:
DEFAULT BRANCH: main
Ran 06 May 2026 09:02AM 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

06 May 2026 08:57AM UTC coverage: 98.194% (+0.005%) from 98.189%
25425879806.2

push

github

web-flow
fix(concerto-util): use import= syntax in index.ts to preserve types (#1209)

* fix(concerto-util): point typings to hand-authored types/index.d.ts

Fixes #1205. The dist/index.d.ts generated by tsc exports all classes as
`any` due to require() usage in src/index.ts. Point the `typings` field to
the hand-authored types/index.d.ts, which carries full concrete declarations.

Also adds the missing NullUtil, Warning, and FileLoader exports to
types/index.d.ts and creates the missing types/lib/loaders/fileloader.d.ts
so the types index is complete.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(concerto-util): use import= syntax in index.ts to preserve types

Fixes #1205. Replaces `export const X = require()` with
`import X = require(); export { X }` throughout src/index.ts so that
tsc generates concrete class types in dist/index.d.ts instead of `any`.
Reverts the typings field back to dist/index.d.ts now that it carries
accurate declarations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(concerto-cto, concerto-core): cast getExternalImports return type

MetaModelUtil.getExternalImports is typed as returning Object in the
published concerto-metamodel package. Now that concerto-util exports
concrete types, FileDownloader correctly requires Record<string,string>
and Object is no longer assignable. Add explicit casts at the two
call sites until concerto-metamodel improves its own return type.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(concerto-cto): remove any from getExternalImports cast

Use a lambda wrapper instead of casting the whole function signature,
which avoids introducing any into the call site.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

4084 of 4242 branches covered (96.28%)

Branch coverage included in aggregate %.

7662 of 7720 relevant lines covered (99.25%)

22349.58 hits per line

Source Files on job macos-latest - 25425879806.2
  • Tree
  • List 166
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25425879806
  • bd7bab00 on github
  • Prev Job for on main (#25425628861.1)
  • Next Job for on main (#25435787661.2)
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