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

Improvement: Ignore abstract model classes #19

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

sethsandaru
Copy link
Owner

Closes #18

@sethsandaru sethsandaru self-assigned this Oct 29, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2023

Codecov Report

Merging #19 (762cd09) into main (c70834d) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #19      +/-   ##
============================================
+ Coverage     93.80%   93.83%   +0.02%     
  Complexity       68       68              
============================================
  Files             7        7              
  Lines           226      227       +1     
============================================
+ Hits            212      213       +1     
  Misses           14       14              
Files Coverage Δ
src/Commands/BulkEloquentDocsGeneratorCommand.php 89.13% <100.00%> (+0.24%) ⬆️

@sethsandaru sethsandaru merged commit 292d4db into main Oct 29, 2023
7 checks passed
@sethsandaru sethsandaru deleted the ignore-abstract-models branch October 29, 2023 13:41
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.

should skip abstract base classes in bulk more.
2 participants