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

Cannot report external app's coverage #545

Closed nbnp11 closed 3 weeks ago

nbnp11 commented 1 month ago

Hi. I am trying to make web ui as external service. My main app is docker container and ui is simple rack app (using coverage_server rake task). They are using one redis. Opening web ui page and report is empty. Help please, what am I missing?

My config is pretty simple: redis store and debug options.

Please, update me if you need additional info.

Thanks in advance.