-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML report #6
Comments
It can't right now, but thank you for suggesting it. It hadn't been on our radar so far. |
I wanted to ingest slipcover measurements into coverage reporting services so I wrote a converter from slipcover output to coveralls.io format - https://github.com/PrivateStorageio/ZKAPAuthorizer/blob/8a447d2584b37eecef6fef97374293f16534c952/slipcover2coveralls.py I think I might rather work with something like the xml format mentioned here though, since there are probably more tools for working on that than on the coveralls.io format. Ideally, what form would support for this xml format take in slipcover? Native support for directly emitting it? A tool (like slipcover2coveralls.py) for post-processing slipcover's json format into the other format? |
Also considering this for a few projects, and it'd be awesome if we could do a plug and replacement and get the same kinda report which we can push to our backends. |
Hello, |
Hi, Can it be used to generate XML as coverage.py ?
Is planned ?
The text was updated successfully, but these errors were encountered: