b4mboo / prophet

An easy way to loop through open pull requests and run code on the merged branch.
MIT License
9 stars 8 forks source link

Calculate test coverage change #2

Closed kalabiyau closed 10 years ago

kalabiyau commented 11 years ago

That is for producing a message from prophet.

E.g. after run - diff master..HEAD for the test folders and calculate:

simplecov in this case can be used as well, but kinda more complicated.

b4mboo commented 11 years ago

Good idea.

b4mboo commented 10 years ago

On second thought, I decided to not implement this, as Prophet is not really focussed to only run tests. It's actually quite ignorant of what you want to do with it. ;-)

This would make a nice plugin for prophet, though. For now, I'm gonna close this issue. Maybe we can add this feature to our own prophet instance and even create plugin support for prophet during the next hackweek.