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

Refetch asset data via the non-Dandiset endpoint #297

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #296.

codecov[bot] commented 1 year ago

Codecov Report

Base: 76.79% // Head: 75.88% // Decreases project coverage by -0.91% :warning:

Coverage data is based on head (ce7946c) compared to base (36badb1). Patch coverage: 63.63% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## draft #297 +/- ## ========================================== - Coverage 76.79% 75.88% -0.92% ========================================== Files 14 14 Lines 2323 2368 +45 Branches 373 377 +4 ========================================== + Hits 1784 1797 +13 - Misses 393 425 +32 Partials 146 146 ``` | [Impacted Files](https://codecov.io/gh/dandi/dandisets/pull/297?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/297/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL19fbWFpbl9fLnB5) | `63.28% <60.00%> (-0.45%)` | :arrow_down: | | [tools/backups2datalad/annex.py](https://codecov.io/gh/dandi/dandisets/pull/297/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FubmV4LnB5) | `84.28% <61.53%> (-6.04%)` | :arrow_down: | | [tools/backups2datalad/aioutil.py](https://codecov.io/gh/dandi/dandisets/pull/297/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2Fpb3V0aWwucHk=) | `72.48% <62.33%> (-8.93%)` | :arrow_down: | | [tools/backups2datalad/adandi.py](https://codecov.io/gh/dandi/dandisets/pull/297/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FkYW5kaS5weQ==) | `78.89% <100.00%> (-0.83%)` | :arrow_down: | | [tools/backups2datalad/adataset.py](https://codecov.io/gh/dandi/dandisets/pull/297/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FkYXRhc2V0LnB5) | `77.77% <100.00%> (ø)` | | 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

Thank you!