jozefizso / generator-license

Yeoman Generator - License
MIT License
59 stars 20 forks source link

Configure coveralls #122

Closed jozefizso closed 1 year ago

jozefizso commented 1 year ago

Configure jest to run coverage report and send it to https://coveralls.io/github/jozefizso/generator-license service.

Note

There is bug in jest and the lcov.info will have incorrect path to the app/index.js source code.

We must modify the lcov.info file to have correct path so the coverallsapp/github-action will report all data to coveralls.io service.

See https://github.com/facebook/jest/issues/9773 and https://github.com/coverallsapp/github-action/issues/153