dandi / dandisets

735 Dandisets, 812.2 TB total. DataLad super-dataset of all Dandisets from https://github.com/dandisets
10 stars 0 forks source link

Print path to logfile at end of execution #329

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #327.

codecov[bot] commented 1 year ago

Codecov Report

Base: 75.82% // Head: 75.86% // Increases project coverage by +0.04% :tada:

Coverage data is based on head (d284713) compared to base (cfc9ae4). Patch coverage: 83.33% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## draft #329 +/- ## ========================================== + Coverage 75.82% 75.86% +0.04% ========================================== Files 14 14 Lines 2399 2424 +25 Branches 381 382 +1 ========================================== + Hits 1819 1839 +20 - Misses 426 430 +4 - Partials 154 155 +1 ``` | [Impacted Files](https://codecov.io/gh/dandi/dandisets/pull/329?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi) | Coverage Δ | | |---|---|---| | [tools/backups2datalad/\_\_main\_\_.py](https://codecov.io/gh/dandi/dandisets/pull/329?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL19fbWFpbl9fLnB5) | `63.86% <80.00%> (+1.53%)` | :arrow_up: | | [tools/backups2datalad/aioutil.py](https://codecov.io/gh/dandi/dandisets/pull/329?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2Fpb3V0aWwucHk=) | `72.77% <100.00%> (+0.14%)` | :arrow_up: | | [tools/backups2datalad/datasetter.py](https://codecov.io/gh/dandi/dandisets/pull/329?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2RhdGFzZXR0ZXIucHk=) | `77.39% <100.00%> (+0.07%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi)

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

yarikoptic commented 1 year ago

looks good, learned a little about type annotating decorators ;) ref : https://docs.python.org/3/library/typing.html#typing.Concatenate

yarikoptic commented 1 year ago

thank you!