-
Notifications
You must be signed in to change notification settings - Fork 23
test: Extending coverage for property based tests #220
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #220 +/- ##
=======================================
+ Coverage 95.8% 96.3% +0.4%
=======================================
Files 73 73
Lines 24373 24225 -148
=======================================
- Hits 23367 23333 -34
+ Misses 1006 892 -114
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM! Thanks for the hard work!
@NicoMolinaOZ before merging, any idea why our overall test coverage actually is going down after this PR (95.9% -> 95.6%) I ask because 2 days ago this PR was bumping it to 96.3 👀 |
Good catch, I didn't realize yesterday. I am running the tests again, sometimes codecov made mistakes, |
After running the tests is showing 96.3% again 👀 |
Summary
https://linear.app/openzeppelin-development/issue/PLAT-6046/add-pbt-for-chain-specific-logic
Testing Process
Checklist