tunnckoCore / opensource

Delivering delightful digital solutions. Monorepo of monorepos of Open Source packages with combined ~100M/month downloads, semantically versioned following @conventional-commits. Fully powered ES Modules, @Airbnb @ESLint + @Prettier, independent & fixed versioning. Quality with @Actions, CodeQL, & Dependabot.
https://tunnckocore.com/opensource
481 stars 18 forks source link

utils: testCoverage() tweaks #75

Open tunnckoCore opened 4 years ago

tunnckoCore commented 4 years ago

rename the jestCov property that we suggest to write to the package's package.json.

Support other runners than Jest is/should be possible, probably.

tunnckoCore commented 4 years ago

it's cov now for long time.

It's generally possible to be use in other monorepos with other test runners. We just need the index.html file to scrape it with cheerio.

In future we will depend on a JSON summary coverage report.