eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
65 stars 4 forks source link

fix: add code coverage npm scripts #36

Closed fasttime closed 1 month ago

fasttime commented 1 month ago

Prerequisites checklist

What is the purpose of this pull request?

Add npm scripts to collect code coverage from tests. Run with npm run test:coverage in a package directory.

What changes did you make? (Give an overview)

Related Issues

Is there anything you'd like reviewers to focus on?

This should trigger a new release.

aladdin-add commented 1 month ago

should we also update the ci to run test:coverage

This should trigger a new release.

I don't think it's a bugfix, nor should it trigger a release. maybe ci or chore?