datalad / datalad-next

DataLad extension for new functionality and improved user experience
https://datalad.org
Other
6 stars 7 forks source link

Run `update-index` in target path, not PWD #695

Closed mih closed 1 month ago

mih commented 1 month ago

This addresses a problem that rendered the recent lstat-related fix for iter_gitdiff() in 87f20e1076e70128594f68a8c520fd6311b7e19b ineffective when not running in a repository directly (PWD).

This patch is part of Debian's 1.4.0-1

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.42%. Comparing base (e8647c4) to head (dbc7700). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #695 +/- ## ======================================= Coverage 92.42% 92.42% ======================================= Files 193 193 Lines 14121 14121 Branches 2128 2128 ======================================= Hits 13051 13051 Misses 808 808 Partials 262 262 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mih commented 1 month ago

Type annotation test failure is unrelated.