You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi)
Current version cannot, because it lacks data export and collation of such exports. I think first step in this direction would be to add support for multiple process CI (like simplecov does).
But in general, since collection is done via a middleware - running in production can be achievable. Not long ago I had experience with debug data collection under high load in https://github.com/Vasfed/deprecation_collector so this feature may be coming once.
Main problem would be preventing overhead and related load (especially during saving data - when we tried using coverband in our project, it was the first time I saw a redis cluster failing to cope with load)
hi
just stumbled across this gem. any chance it can be used in production, similar to https://github.com/danmayer/coverband ?
The text was updated successfully, but these errors were encountered: