Closed gligorkot closed 1 year ago
Addresses a part of #645
Added a validate Github action to lint and run unit tests + report coverage
It should run on Github when a PR is raised to the master branch
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
@medikoo this adds the validate.yml asked for in #645 - trying to get us closer to a release. Can you please have a look if this is what you expected?
validate.yml
What did you implement:
Addresses a part of #645
How did you implement it:
Added a validate Github action to lint and run unit tests + report coverage
How can we verify it:
It should run on Github when a PR is raised to the master branch
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES Is it a breaking change?: NO