Replies: 2 comments 4 replies
-
Hi! To the extent our functionality matches coverage.py, we've attempted to stay compatible. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Another tool is SonarCloud which only supports XML for Python. This prevents usage of Slipcover as a replacement/alternative to coverage.py. Kudos BTW! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Thanks for building slipcover!
I think it would be informative to clarify if slipcover is going to be a drop-in replacement for coverage.py.
If slipcover can provide the same output files (in the same format) as coverage.py, I think it will be very easy for users to try slipcover in their CI systems.
E.g. third party apps like codecov (https://github.com/marketplace/codecov) can be configured without effort.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions