dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 439 forks source link

Intent to implement: Show Pdepend summary and graphs in Build View #806

Open torrentalle opened 9 years ago

torrentalle commented 9 years ago

I'm thinkink to implement a enhacement to PDepend Pligin. It could be interesting to show PDepend Summary, Chart and Pyramid in Build View.

The idea is create new plugin to implement this features but, I don't know how I can "overrerride" default pdepend plugin to mantain the compatibility with native pdepend plugin

I'm thinking with two aproaches:

Override Pdepend Plugin and implement new featuures, or Create new Plugin that uses pdepend results

jfi commented 9 years ago

Hi @torrentalle, I'm intending on doing something similar with the Behat plugin and I'd vote for extending the existing plugin. If you don't think everyone will want it, it could be an option in phpci.yml - so the existing functionality can be retained too?

torrentalle commented 9 years ago

I will try this option, implementing config options to enable new features.