CI: simplify tests execution#149
Conversation
Signed-off-by: Bradley Reynolds <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
=======================================
Coverage 88.29% 88.29%
=======================================
Files 3 3
Lines 94 94
=======================================
Hits 83 83
Misses 11 11 ☔ View full report in Codecov by Sentry. |
Apparently its looking for a `pytest.py` Signed-off-by: Bradley Reynolds <[email protected]>
There was a problem hiding this comment.
Pull request overview
Simplifies the Python CI test invocation by reducing the number of layers used to run coverage/pytest under uv.
Changes:
- Updates the CI test step command to call
coverageandpytestmore directly viauv run.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Testing out removing some of the layers in this command execution.