danmayer / coverband

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

Fix route tracker #528

Closed alpaca-tc closed 4 months ago

alpaca-tc commented 5 months ago

The routes_tracker had a bug that caused a significant increase in the number of keys, which has been fixed in this PR.


Thanks for this great gem! Our application has reduced our code by a few percent 👍

danmayer commented 4 months ago

ok thanks @alpaca-tc I will probably need to run this against a couple rails versions and ensure we stay compatible, but I can give that a go.

danmayer commented 4 months ago

awesome thanks I merged this in