shipmonk-rnd / composer-dependency-analyser

🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)
MIT License
332 stars 8 forks source link

add Junit formatter to use in ci/cd environments #110

Closed reinfi closed 3 months ago

reinfi commented 3 months ago

Hey, first, awesome work!

We introduced this library a few days ago and it works perfect for us.

To use it in our CI/CD pipeline we would need a junit output because otherwise we would need to stop right after the run of this library, but we have about 25 different programs running for different stuff.

That's why I implemented a JunitFormatter. Hopefully this is fine for you.

Looking forward for your feedback.


I have no idea why the two tests are failing. Help would be really appreciated

janedbal commented 3 months ago

I just fixed the e2e autoloader issue and rebased your branch.