-
Notifications
You must be signed in to change notification settings - Fork 245
upload json-formatted coverage reports #518
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
Conversation
The PR workflow needs approval to run |
Sorry about that, I hadn't gotten a notification for this. 🙇 |
It seems something is off with all the windows runs. Any ideas? |
Unfortunately no. Searching for the error just brings up old issues that doesn't seem relevant. And I'm not set up on any Windows machines to try and debug. :( |
Rebased off master to pull in the fixes for windows. The CI run needs approval to start. |
Note that the windows pypy-38 is deactivated. If you want that to be part of the report. |
I needed to add |
Could you trigger the CI when you get a chance? |
This is working, there was an issue in the viewer which is on its way to being fixed. Although I am not sure currently of the added value over looking at the durations report, here for py37mac and here for pypy37mac. For instance, |
There are several tests that are reported twice. I wonder if it's related to: #508 Regardless, I have no clue why that happens. The most interesting thing is, does the test really run twice or is it just reported twice? 🤔 |
Care to revisit this @mattip ? If not, feel free close. 🙇 |
I will continue this at some point in the weekly CI runs of PyPy + pytest-html. So I will close this, thanks. |
As per this comment, add an upload of json-formatted coverage test reports so that this tool https://carreau.github.io/pytest-json-report-viewer/ can be used to analyze the time spent in tests