webnet-fr / database-anonymizer

CLI tool an PHP library to anonymize data in various databases
MIT License
33 stars 16 forks source link

add symfony 5 compatibility #3

Closed cdaguerre closed 3 years ago

sload commented 3 years ago

Bonjour @cdaguerre,

Merci pour cette PR qui est indispensable. Pourriez-vous corriger les erreurs qui ressortent au niveau de la chaîne de CI ?

Antoine.

codecov[bot] commented 3 years ago

Codecov Report

Merging #3 (ea3a1a8) into master (7fd22b8) will increase coverage by 0.03%. The diff coverage is 40.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #3      +/-   ##
============================================
+ Coverage     94.11%   94.15%   +0.03%     
  Complexity      117      117              
============================================
  Files            20       20              
  Lines           357      359       +2     
============================================
+ Hits            336      338       +2     
  Misses           21       21              
Impacted Files Coverage Δ Complexity Δ
src/Command/AnonymizeCommand.php 82.05% <25.00%> (+0.47%) 8.00 <0.00> (ø)
src/Command/GuessConfigCommand.php 100.00% <100.00%> (ø) 4.00 <0.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 7fd22b8...ea3a1a8. Read the comment docs.

cdaguerre commented 3 years ago

Bonjour @sload, Ai fixé les tests correspondants. Merci! Christian