datalad / datalad-installer

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

Convert almost all classes to dataclasses #184

Closed jwodder closed 10 months ago

jwodder commented 10 months ago

It makes the code a little bit more efficient in some places, but it also provides us with a PR to release on.

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (7743581) 64.49% compared to head (cf9f502) 65.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #184 +/- ## ========================================== + Coverage 64.49% 65.00% +0.50% ========================================== Files 1 1 Lines 1611 1620 +9 Branches 374 402 +28 ========================================== + Hits 1039 1053 +14 + Misses 470 466 -4 + Partials 102 101 -1 ``` | [Files](https://app.codecov.io/gh/datalad/datalad-installer/pull/184?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/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-c3JjL2RhdGFsYWRfaW5zdGFsbGVyLnB5) | `65.00% <100.00%> (+0.50%)` | :arrow_up: |

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

jwodder commented 10 months ago

@yarikoptic Ping.