mahabubx7 / akar

Akar is a typescript first schema validation library offering flexible, reusable schema for multi-purpose use cases
http://akar.js.org/
MIT License
2 stars 1 forks source link

[CI/CD] Fix CI test runner commands #3

Closed mahabubx7 closed 1 month ago

mahabubx7 commented 1 month ago

[CI/CD] Fix CI test runner commands

Problem

Coverage test runner command is not found in CI workflow. And badge-generator too.

Solution

Change npm run coverage into npm run test:cov

Install badgen and add a script to generate badge out of the test-coverage.

👍🏼