Closed mahabubx7 closed 1 month ago
Problem
Coverage test runner command is not found in CI workflow. And badge-generator too.
CI
Solution
Change npm run coverage into npm run test:cov
npm run coverage
npm run test:cov
Install badgen and add a script to generate badge out of the test-coverage.
badgen
👍🏼
[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
intonpm run test:cov
Install
badgen
and add a script to generate badge out of the test-coverage.👍🏼