danmayer / coverband

Ruby production code coverage collection and reporting (line of code usage)
https://github.com/danmayer/coverband
MIT License
2.5k stars 161 forks source link

Route tracker #459

Closed danmayer closed 2 years ago

danmayer commented 2 years ago

This adds support for route tracking based on an active support event. This event is on main and will be in the next release of Rails. I am going to look to back port support for this event for prior versions of rails.


This closely follows the pattern established for the view tracker, and with a follow up that will add translation key tracking will hit the rule of threes and I will abstract out how to add tracking for any active support notification events.


screenshots (blocked out private repo info):

Screen Shot 2022-10-01 at 4 15 04 PM Screen Shot 2022-10-01 at 4 15 10 PM