You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. The Allure reports have similar facilities as well, https://allurereport.org/. I used that in the RStudio PDF rendering test. What's missing there is to make the report accessible, currently GitHub Actions does not preserve it anywhere.
The Coverity thing handles a different thing, summarizing the JUnit xml files. PyTest can produce these out of the box, so we can set it up. Alternative to Coverity here would be some tool that produces the GitHub Summary (the Markdown that can be rendered as part of the GH Actions result page).
We'd like to see what tests were run, with what results, also the log messages, but not be overwhelmed by all that.
Ideas
the github expanding logs feature
summary of executed tests at the end of pytest output
some pytest plugins like sugar and so on
Originally posted by @jstourac in #871 (comment)
The text was updated successfully, but these errors were encountered: