-
Notifications
You must be signed in to change notification settings - Fork 2
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: factory skeleton #66
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
===========================================
+ Coverage 87.27% 97.97% +10.70%
===========================================
Files 3 2 -1
Lines 220 148 -72
Branches 23 27 +4
===========================================
- Hits 192 145 -47
+ Misses 27 1 -26
- Partials 1 2 +1
|
wanted to check this prev, but it seems that in the test suite even if there were tests which failed still all checks are labelled as sucessful instead of blocking the merging? 🤔 |
hmm you are right, this is due to foundry-rs/foundry#3900 easy fix would be to run it twice; i will push a commit |
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.
also note heavy negative change in coverage
Co-authored-by: gosuto.eth <gosuto@inzasheru.email>
|
Co-authored-by: gosuto.eth <gosuto@inzasheru.email>
that's great news ! great to see that increase of coverage, it can allow us to raise our standards of the MIN before merging |
i pushed a bit hacky way to ignore the scripts from showing up in the codecov report better will be the merging of this branch: foundry-rs/foundry#7301 |
hmm i guess we want to ignore |
yes, makes sense to exclude |
No description provided.