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

Do post-populate push in Python and only if population occurred #319

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #318.

codecov[bot] commented 1 year ago

Codecov Report

Base: 75.93% // Head: 76.33% // Increases project coverage by +0.39% :tada:

Coverage data is based on head (b3b8dda) compared to base (08f2098). Patch coverage: 33.33% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## draft #319 +/- ## ========================================== + Coverage 75.93% 76.33% +0.39% ========================================== Files 14 14 Lines 2394 2396 +2 Branches 379 380 +1 ========================================== + Hits 1818 1829 +11 + Misses 424 416 -8 + Partials 152 151 -1 ``` | [Impacted Files](https://codecov.io/gh/dandi/dandisets/pull/319?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/319/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL19fbWFpbl9fLnB5) | `62.32% <33.33%> (-0.59%)` | :arrow_down: | | [tools/backups2datalad/asyncer.py](https://codecov.io/gh/dandi/dandisets/pull/319/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FzeW5jZXIucHk=) | `79.55% <0.00%> (+0.55%)` | :arrow_up: | | [tools/backups2datalad/util.py](https://codecov.io/gh/dandi/dandisets/pull/319/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL3V0aWwucHk=) | `78.57% <0.00%> (+1.42%)` | :arrow_up: | | [tools/backups2datalad/logging.py](https://codecov.io/gh/dandi/dandisets/pull/319/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2xvZ2dpbmcucHk=) | `87.50% <0.00%> (+2.50%)` | :arrow_up: | | [tools/backups2datalad/aioutil.py](https://codecov.io/gh/dandi/dandisets/pull/319/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2Fpb3V0aWwucHk=) | `75.78% <0.00%> (+3.15%)` | :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, thank you @jwodder