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

Add hyperlinks support #23

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

Backporting #22 into v1 - conditionally enabling hyperlinks when the formatter can handle them 🚀

codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (41537c3) into main (87063f9) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main       #23   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       198       206    +8     
===========================================
  Files             19        19           
  Lines            504       517   +13     
===========================================
+ Hits             504       517   +13     
Impacted Files Coverage Δ
src/Diff/DiffEntry.php 100.00% <100.00%> (ø)
src/Formatter/AbstractFormatter.php 100.00% <100.00%> (ø)
src/Formatter/MarkdownTableFormatter.php 100.00% <100.00%> (ø)
src/Url/GeneratorContainer.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 87063f9...41537c3. Read the comment docs.