-
Notifications
You must be signed in to change notification settings - Fork 160
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
fix: import path broken in module template #3710
fix: import path broken in module template #3710
Conversation
Thank you for your contribution! Here are a few things to check in the PR to ensure it's reviewed as quickly as possible:
|
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.
Thanks, and sorry for the typo that caused the issue!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3710 +/- ##
===========================================
- Coverage 83.02% 83.01% -0.01%
===========================================
Files 1752 1752
Lines 43772 43772
Branches 5121 5121
===========================================
- Hits 36341 36337 -4
- Misses 5610 5611 +1
- Partials 1821 1824 +3 ☔ View full report in Codecov by Sentry. |
Could you also sign the CLA? It's one of the required steps to contribute. |
Signed, thanks! |
Content
fix
import extensions.setupAnvil
so that it using correctextension.setupAnvil
and correct template of feature_module_name inapi()
importMotivation and context
Im using the developer onboarding docs and creating a new feature module from the template, but it doesn't generate an error free module because of a bad import and template issue.
Tests
Checklist
Signed-off-by: Torry Brelsford tb@brehl.dev