frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

Failed at the angularjs-webpack-starter@0.0.1 test:coverage script. #122

Open dkokic opened 3 years ago

dkokic commented 3 years ago

The npm run test:coverage gives the following error:

> remap-istanbul -i build/coverage/coverage.json -o build/coverage/report -t html

Error: Could not find file: "/Users/.../client/node_modules/tslint-loader/index.js??ref--4!/Users/.../client/src/app/app.module.ts"
    at CoverageTransformer.readFile (/Users/.../client/node_modules/remap-istanbul/lib/CoverageTransformer.js:46:16)
...

As a side note, the package remap-istanbul contains a number of dependencies (handlebars and js-yaml) with high and critical vulnerabilities.

frederikprijck commented 3 years ago

Yep it is failing for me as well. Last CI run was in october 2020 and it seems to work.

Will look into it, thanks.