SAP / ui5-tooling-extensions

A repository offering extensions of UI5 Tooling
Apache License 2.0
8 stars 2 forks source link

@ui5/middleware-code-coverage - TypeScript support #189

Open matz3 opened 1 year ago

matz3 commented 1 year ago

Is your feature request related to a problem? Please describe.

The @ui5/middleware-code-coverage currently does not work within TypeScript based projects, e.g. created via easy-ui5 generators ts-app / ts-library.

Describe the solution you'd like

The client-side coverage feature should also be supported for TypeScript based projects.

Describe alternatives you've considered

Coverage for TypeScript sources can currently only be measured within a test-runner setup, e.g. Karma (needs karma-ui5-transpile.

FrankVisuals commented 5 months ago

Any chance typescript support is added soon?

matz3 commented 4 months ago

It is not expected to be a straight-forward solution, which is why we didn't add it in the initial version. We are looking into options, but it's not likely to happen in the next months - sorry.