allysonsilva / laravel-artisan-domain-contexts

A Laravel Package for using Artisan commands in Domain Contexts
MIT License
31 stars 4 forks source link

refactor: 💥 Handled model option by context in Policies - L8 #7

Closed allysonsilva closed 2 years ago

allysonsilva commented 2 years ago

closes #5

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (8bb0f59) into 1.x (d5e2672) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                 1.x        #7   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       185       190    +5     
===========================================
  Files             40        40           
  Lines            467       481   +14     
===========================================
+ Hits             467       481   +14     
Flag Coverage Δ
tests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Commands/Foundation/Concerns/BuildClass.php 100.00% <100.00%> (ø)
src/Commands/Foundation/PolicyMakeCommand.php 100.00% <100.00%> (ø)