Conversation
pmeier/pytest-results-action
There was a problem hiding this comment.
Pull request overview
This PR updates the CI test workflow to replace the archived quantco/pytest-action with a separate pytest run step plus pmeier/pytest-results-action to publish test results.
Changes:
- Run
python -m pytestand emit a JUnit XML report file. - Add
pmeier/pytest-results-actionto parse the JUnit XML and publish a summary in the workflow output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the CI testing workflow to stop using the archived quantco/pytest-action and instead run pytest directly while publishing results via pmeier/pytest-results-action.
Changes:
- Removed
pytest-emojiandpytest-mdfrom dev requirements (no longer needed by the previous action). - Updated the GitHub Actions workflow to run
pytestand then parse the generated JUnit XML report withpmeier/pytest-results-action.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
requirements-dev.txt |
Drops pytest reporting plugins tied to the old CI action. |
.github/workflows/test.yml |
Replaces quantco/pytest-action with direct pytest execution + pmeier/pytest-results-action report parsing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.