Closed mih closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
da66189
) to head (4f584ab
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The introduced
runners
sub-package serves the main purpose of linking the key componentsCommandError
anditer_subproc
from datasalad to the scope of the core package.Additionally, a set of small helpers to call Git commands is included. These are envisioned to be lowest-level helpers on which additional convenience layers could be built. The particular selection of these helpers is informed by long-standing tooling within the legacy DataLad's
GitRepo
class, suggesting that these are sensible primitives.