-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add .cairo-coverage-ignore tests #110
Conversation
542df8e
to
9fcabb6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be cool to also test the edge cases related to the /~https://github.com/software-mansion/cairo-coverage/pull/109/files (not necessarily e2e tests, could be just unit)
As an example:
- correct errors are thrown for CairoCoverageIgnoreMatcher::new (file does not exist?)
- does find_ignore_file really work for things up to root?
etc
f144fcc
to
0618714
Compare
5845fe8
to
7e6f968
Compare
Really good idea 😄. Added this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🫵🏻 🪨
7e6f968
to
1b75b4b
Compare
<!-- Reference any GitHub issues resolved by this PR --> Related #110 (comment) ## Introduced changes <!-- A brief description of the changes --> - bump snforge in Scarb.toml and .tools-versions ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [x] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
Stack:
StatementCategoryFilter
to separate module #108