Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #198 +/- ##
==========================================
- Coverage 91.89% 91.88% -0.01%
==========================================
Files 13 13
Lines 2060 2059 -1
Branches 299 299
==========================================
- Hits 1893 1892 -1
Misses 109 109
Partials 58 58 ☔ View full report in Codecov by Harness. |
JeremyMcCormick
self-requested a review
September 4, 2026 19:36
Delegate get_tap_schema_std_path to the existing get_tap_schema_std_resource() helper rather than rebuilding the resource path by hand with os.path.join. This keeps a single source of truth for the standard TAP_SCHEMA resource location and drops the now-unused os import.
mwittgen
force-pushed
the
tickets/DM-51000
branch
from
September 16, 2026 19:42
de3de9d to
c2bf777
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.
DM-51000: Prepare for eups less installations