-
-
Notifications
You must be signed in to change notification settings - Fork 457
Description
Is your feature request related to a problem? Please describe.
We have both coverage and safety check set up in CI pipeline. It seems like several days ago safety flagged any coverage version prior to 6.0b1 as unsafe due to update in hashing algorithm mentioned here (#1189) - seems like safety assumes having md5 in older versions is a problem.
Describe the solution you'd like
Surely, there is option of pinning coverage to 6.0b1 in requirements or either skipping it in some way; But i'd like to understand, how far we are from having stable 6 release? I understand from prior issues it will has breaking changes, so in no way will ask to speed up such release.
Describe alternatives you've considered
I understand that ci tools actually must not test each other;
Additional context
I think no other context can be applied right now, but will be happy to answer questions, if any.