Skip to content
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: load entity factories #647

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

sstutz
Copy link
Contributor

@sstutz sstutz commented Nov 27, 2024

fixes #645

I've never used testbench so I am not 100% sure whether the configuration changes are correct but as far as I could tell it wasn't using the ./workbench directory at all hence the new laravel: ./workbench directive.

With the change to use the correct workbench directory I had to add a handful of new files and directories in order to make the pipeline happy so they are not really part of the scope of the fix but I had to add them anyway.

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.90%. Comparing base (30b6b16) to head (db2d3ed).
Report is 3 commits behind head on 3.0.x.

Additional details and impacted files
@@             Coverage Diff              @@
##              3.0.x     #647      +/-   ##
============================================
+ Coverage     79.62%   80.90%   +1.27%     
- Complexity      493      494       +1     
============================================
  Files            73       73              
  Lines          1620     1629       +9     
============================================
+ Hits           1290     1318      +28     
+ Misses          330      311      -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sstutz sstutz force-pushed the fix/645 branch 2 times, most recently from b650efc to 0c724f5 Compare November 27, 2024 15:37
@sstutz sstutz force-pushed the fix/645 branch 7 times, most recently from 99ff041 to afe5b4e Compare December 3, 2024 12:11
@sstutz
Copy link
Contributor Author

sstutz commented Dec 6, 2024

@TomHAnderson can u take a look again?

@TomHAnderson TomHAnderson merged commit 149dc8b into laravel-doctrine:3.0.x Dec 9, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to locate factory with name [default] [App\Entities\User]
3 participants