Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add code coverage checking script #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ashutosh-ukey
Copy link
Contributor

@ashutosh-ukey ashutosh-ukey commented Dec 24, 2024

Summary

Add code coverage checking script.

Detail

Add a script that checks that the coverage of each files matches our minimum defined threshold. Currently, the script doesn't fail. Once you files meet our defined threshold, we can uncomment the line tht will make the script start failing.

Checklist

  • Did you add new tests and confirm all tests pass? (yarn test)
  • [] Did you update relevant docs? (docs are found in the docs folder)
  • Do your commits follow the Conventional Commits standard?
  • Does your PR title also follow the Conventional Commits standard?
  • If you have a breaking change, is it correctly reflected in your commit message? (e.g. feat!: breaking change)
  • Did you run lint (yarn lint) and fix any issues?
  • [] Did you run formatter (yarn format:check) and fix any issues (yarn format:write)?

Testing

See Coverage -> run_coverage (pull_request) -> Run Test Coverage job logs in latest PR build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant