actions / typescript-action

Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
https://github.com/actions
MIT License
2k stars 473 forks source link

Move coverage to separate script #805

Closed ncalteen closed 11 months ago

ncalteen commented 11 months ago

This PR separates the make-coverage-badge call to its own script in package.json, so that running npm run all does not continue when unit tests fail.

Fixes #799