Dan Mayer

Results 150 comments of Dan Mayer

yeah sadly the forking model adds a lot of overhead for collecting and reporting coverage as it is forked per job... You can see we have some specific integrations support...

A few answers: * for the changelog, we can add a section that briefly covers adding a feature to avoid duplicate cache invalidation to this file https://github.com/Shopify/identity_cache/blob/main/CHANGELOG.md * since this...

hmmm I don't see why or what coverband would have to do with a blob proxy... * Did you restart spring after updating? * Are you all trying to use...

@gvarela any other details you can provide that might relate to this issue? I don't think I see the issue...

I believe you can use the `ignore` config to match your translation keys... https://github.com/danmayer/coverband/blob/main/lib/coverband/collectors/abstract_tracker.rb#L130 try adding a string that would be a regex to some keys you want to ignore...

hmm so if you are doing this manually ignore just means we won't try to report it as dead...but I get that isn't what you are looking for. I guess...

I could do something like that but it would likely have to at least specify the view_tracker vs i18n or others trackers. that could be by method name or something...

ok this feature was added int he linked PR.

hmmm while I kind of agree with this we might need to hold it until a larger release version as I could see many folks having bad configs that they...