IonBazan / composer-diff

Compares composer.lock changes and generates Markdown report so you can use it in PR description.
https://packagist.org/packages/ion-bazan/composer-diff
MIT License
143 stars 6 forks source link

Handle Composer 2.3.9+ strict plugin behaviour #25

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

This PR fixes the test failure introduced when upgrading to Composer v2.3.9 or higher due to more strict behaviour during plugin registration (see https://github.com/composer/composer/releases/tag/2.3.9).

codecov[bot] commented 2 years ago

Codecov Report

Merging #25 (4b84d9b) into main (6ac141b) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main       #25   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       206       206           
===========================================
  Files             19        19           
  Lines            517       517           
===========================================
  Hits             517       517           
Impacted Files Coverage Δ
src/Url/GitGenerator.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 6ac141b...4b84d9b. Read the comment docs.