generator-generator
generator-generator copied to clipboard
Migrate to Github Actions
Main Changes
- Replaced Travis config for Github Actions pipeline (including Badge in Readme)
- Fixed coverage report as the argument
--coveragewas missing in the Npm Script (f87eaad)
Motivation
I want to include additional Github Pipelines for CodeQL and reporting to the OpenSSF Scorecard, so first I wanted to migrate to Github Actions from Travis to keep a single CI Runner for the project
Changelog
- 77177c0 feat: added gh action pipeline to check the project by @UlisesGascon
- 71659d8 feat: added code coverage to the pipeline by @UlisesGascon
- e570ee3 chore: deleted Travis pipeline by @UlisesGascon
- 1680a35 chore: replace CI badge by @UlisesGascon
Thanks for the feedback @eddiemonge! :)
Duplicated #261