Merged
Conversation
75c05a6 to
059020f
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds a new QEMU-based testing job to the CI pipeline and introduces a separate reporting workflow for posting test results and coverage to pull requests. The workflow name is updated from "Test Python Packages" to "Target Tests" to better reflect the multiple testing environments now supported.
Changes:
- Added a new
test-qemujob that runs tests in a QEMU environment on ubuntu-latest - Created a new
report.ymlworkflow that uses workflow_run triggers to post test results and coverage as PR comments - Modified test result artifact uploads to use consistent naming patterns and always upload (not just on failure)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 12 comments.
| File | Description |
|---|---|
| .github/workflows/test-python.yml | Added test-qemu job for QEMU-based testing, renamed workflow, updated artifact naming to include job identifiers |
| .github/workflows/report.yml | New workflow to download test artifacts and post coverage/test results as PR comments using MishaKav/pytest-coverage-comment action |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
059020f to
cbdb6d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.