-
Notifications
You must be signed in to change notification settings - Fork 57
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
[feat] Integrate cairo coverage #230
Comments
Hi, I would like to work on this! |
Hey @stevencartavia! |
@b-j-roberts I’d love to work on this issue |
@stevencartavia Awesome, I will assign you. LMK if you have any issues. Thanks |
@stevencartavia what is the status on this? feel free to reach out on the telegram group if you need some help. |
Software-mansion has recently created cairo-coverage, a tool used to determine the coverage of our code from test cases. Which can be super useful for designing tests and ensuring edge cases are handled properly.
This task is to integrate cairo-coverage into shinigami, and add a badge to the top of the README to show the current coverage status.
References
cairo-coverage repo
Example cairo-coverage implementation commit
The text was updated successfully, but these errors were encountered: