datalad / datalad-installer

Installation script for Datalad and related components
MIT License
6 stars 3 forks source link

Fix failing tests #167

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #166.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.94 :tada:

Comparison is base (f2f1727) 63.67% compared to head (4cd4d29) 64.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #167 +/- ## ========================================== + Coverage 63.67% 64.62% +0.94% ========================================== Files 1 1 Lines 1481 1484 +3 Branches 342 343 +1 ========================================== + Hits 943 959 +16 + Misses 447 431 -16 - Partials 91 94 +3 ``` | [Impacted Files](https://app.codecov.io/gh/datalad/datalad-installer/pull/167?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | Coverage Δ | | |---|---|---| | [src/datalad\_installer.py](https://app.codecov.io/gh/datalad/datalad-installer/pull/167?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-c3JjL2RhdGFsYWRfaW5zdGFsbGVyLnB5) | `64.62% <100.00%> (+0.94%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

yarikoptic commented 1 year ago

Great, thank you!