Closed jozefizso closed 1 year ago
Configure jest to run coverage report and send it to https://coveralls.io/github/jozefizso/generator-license service.
jest
There is bug in jest and the lcov.info will have incorrect path to the app/index.js source code.
lcov.info
app/index.js
We must modify the lcov.info file to have correct path so the coverallsapp/github-action will report all data to coveralls.io service.
coverallsapp/github-action
See https://github.com/facebook/jest/issues/9773 and https://github.com/coverallsapp/github-action/issues/153
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 thelcov.info
will have incorrect path to theapp/index.js
source code.We must modify the
lcov.info
file to have correct path so thecoverallsapp/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