jgrygierek / BatchEntityImportBundle

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

add unique data validator #63

Closed jgrygierek closed 2 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (7cb4104) into master (ff8daaf) will decrease coverage by 0.17%. The diff coverage is 95.34%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
- Coverage     96.83%   96.66%   -0.18%     
- Complexity      130      147      +17     
============================================
  Files            25       27       +2     
  Lines           348      390      +42     
============================================
+ Hits            337      377      +40     
- Misses           11       13       +2     
Impacted Files Coverage Δ
src/Validator/Constraints/MatrixRecordUnique.php 80.00% <80.00%> (ø)
src/Controller/ImportControllerTrait.php 100.00% <100.00%> (ø)
...odel/Configuration/AbstractImportConfiguration.php 95.91% <100.00%> (+0.17%) :arrow_up:
...c/Validator/Constraints/FileExtensionValidator.php 100.00% <100.00%> (ø)
...idator/Constraints/MatrixRecordUniqueValidator.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 ff8daaf...7cb4104. Read the comment docs.