shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://setup-php.com
MIT License
2.9k stars 337 forks source link

Support composer-dependency-analyser tool #859

Closed janedbal closed 2 months ago

janedbal commented 2 months ago

name: 🎉 New Feature about: New feature labels: Enhancement


A Pull Request should be associated with a Discussion.

Related discussion: https://github.com/shivammathur/setup-php/discussions/858

Description

This PR adds composer-dependency-analyser tool support.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (85917cc) to head (24eff50). Report is 4 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #859 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 806 806 Branches 291 291 ========================================= Hits 806 806 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

shivammathur commented 2 months ago

@janedbal Thanks for the contribution. This will be available in the next release.