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

accordproject / concerto / 25425879806
98%

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

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

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>

2042 of 2121 branches covered (96.28%)

Branch coverage included in aggregate %.

38 of 38 new or added lines in 3 files covered. (100.0%)

3831 of 3860 relevant lines covered (99.25%)

134083.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest - 25425879806.1 06 May 2026 08:59AM UTC 166
98.19
GitHub Action Run
2 macos-latest - 25425879806.2 06 May 2026 09:01AM UTC 166
98.19
GitHub Action Run
3 windows-latest - 25425879806.3 06 May 2026 09:01AM UTC 166
98.19
GitHub Action Run
Source Files on build 25425879806
  • Tree
  • List 83
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25425879806
  • bd7bab00 on github
  • Prev Build on main (#25425628861)
  • Next Build on main (#25435787661)
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