coveralls-python icon indicating copy to clipboard operation
coveralls-python copied to clipboard

Migrate entirely to public `coverage` interface

Open TheKevJames opened this issue 1 year ago • 0 comments

There are a few places in reporter.py where we reach into the internals of coverage to do what we need to do. It would be great if we could avoid doing this; wherever we can refactor to use the public interface, great. If the public interface needs to change, we can work with upstream to tackle that.

Once this is done, we'll be able to finally avoid getting broken by occasional non-major coverage updates.

TheKevJames avatar Apr 26 '24 14:04 TheKevJames