Not run test without obolibrary mark in obolibrary-only env#1770
Not run test without obolibrary mark in obolibrary-only env#1770candleindark merged 1 commit intomasterfrom
obolibrary mark in obolibrary-only env#1770Conversation
Correct GH workflow to not run any test without the `obolibrary` mark in the `obolibrary-only` GH CI environment
There was a problem hiding this comment.
Pull request overview
This PR prevents tests without the obolibrary mark from running in the obolibrary-only test environment by adding an additional condition to the workflow step.
Key Changes:
- Modified the test execution condition to exclude the
obolibrary-onlymode from running tests marked as "not obolibrary"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1770 +/- ##
==========================================
- Coverage 75.03% 75.02% -0.01%
==========================================
Files 84 84
Lines 11889 11889
==========================================
- Hits 8921 8920 -1
- Misses 2968 2969 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@CodyCBakerPhD please have a look since I think you introduced splitting originally |
|
🚀 PR was released in |
See individual commit message for detail.