-
-
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
Update to scaffold 0.12.1 #57
Conversation
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.
@tannguyen04
Can you please refactor tests to use the structure from Scaffold: the test base classes and traits should be using scafold's helpers.
rector.php
Outdated
// Dependencies. | ||
'*/vendor/*', | ||
'*/node_modules/*', | ||
'*/tests/*', |
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.
@tannguyen04
Please remove this and update code in tests.
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.
Updated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
=======================================
+ Coverage 0 7.63% +7.63%
=======================================
Files 0 4 +4
Lines 0 380 +380
=======================================
+ Hits 0 29 +29
- Misses 0 351 +351 ☔ View full report in Codecov by Sentry. |
No description provided.