jgrygierek / BatchEntityImportBundle

Importing entities with preview and edit features for Symfony.
MIT License
9 stars 6 forks source link

automatically inject configuration to controller #68

Closed jgrygierek closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #68 (12d0d52) into master (7f3e5a5) will decrease coverage by 0.07%. The diff coverage is 95.83%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #68      +/-   ##
============================================
- Coverage     96.91%   96.83%   -0.08%     
- Complexity      122      130       +8     
============================================
  Files            22       25       +3     
  Lines           324      348      +24     
============================================
+ Hits            314      337      +23     
- Misses           10       11       +1     
Impacted Files Coverage Δ
.../Controller/ImportConfigurationAutoInjectTrait.php 80.00% <80.00%> (ø)
src/BatchEntityImportBundle.php 100.00% <100.00%> (ø)
...DependencyInjection/BatchEntityImportExtension.php 100.00% <100.00%> (ø)
...n/Compiler/AutoConfigureControllerCompilerPass.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f3e5a5...12d0d52. Read the comment docs.