-
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
Add flag for xml report #57
Conversation
Please check failure (ubuntu-latest, pypy-3.9). |
I think this issue was present before this PR... |
The slipcover/.github/workflows/tests.yml Line 79 in c8f923d
Maybe change to |
Huh, it worked for me last week... https://github.com/plasma-umass/slipcover/actions/runs/11534857119/job/32109329650 But yes, it's a different container digest, and it looks like they moved to PyPy 3.10, deleting 3.9.
Well, the point is to test building with PyPy. Let's see if SlipCover works with PyPy 3.10... |
Looks like they dropped support for it 2 days ago |
Yup. We have tests failing with pypy 3.10... I'll look into that tomorrow. |
Oh well, PyPy 3.10 implements its own line table format, different from cpython 3.9, cpython 3.10 |
Could you please create a new release in PyPI? 👀 |
I've used xmlreport.py from coverage.py as a base to add an XML support in slipcover (Cobertura-style format).
This resolves #6