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

Warn but don't error if multiple tag candidate commits have matching asset metadata #335

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #334.

codecov[bot] commented 1 year ago

Codecov Report

Base: 75.64% // Head: 76.49% // Increases project coverage by +0.84% :tada:

Coverage data is based on head (e8e74d8) compared to base (61376fe). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## draft #335 +/- ## ========================================== + Coverage 75.64% 76.49% +0.84% ========================================== Files 14 14 Lines 2435 2442 +7 Branches 383 537 +154 ========================================== + Hits 1842 1868 +26 + Misses 440 426 -14 + Partials 153 148 -5 ``` | [Impacted Files](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi) | Coverage Δ | | |---|---|---| | [tools/backups2datalad/datasetter.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2RhdGFzZXR0ZXIucHk=) | `76.61% <0.00%> (+0.07%)` | :arrow_up: | | [tools/backups2datalad/adataset.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FkYXRhc2V0LnB5) | `79.72% <0.00%> (+0.41%)` | :arrow_up: | | [tools/backups2datalad/zarr.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL3phcnIucHk=) | `73.55% <0.00%> (+0.90%)` | :arrow_up: | | [tools/backups2datalad/asyncer.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FzeW5jZXIucHk=) | `80.16% <0.00%> (+1.15%)` | :arrow_up: | | [tools/backups2datalad/aioutil.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2Fpb3V0aWwucHk=) | `73.95% <0.00%> (+1.18%)` | :arrow_up: | | [tools/backups2datalad/\_\_main\_\_.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL19fbWFpbl9fLnB5) | `65.27% <0.00%> (+1.40%)` | :arrow_up: | | [tools/backups2datalad/adandi.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FkYW5kaS5weQ==) | `80.82% <0.00%> (+1.92%)` | :arrow_up: | | [tools/backups2datalad/annex.py](https://codecov.io/gh/dandi/dandisets/pull/335?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2FubmV4LnB5) | `87.32% <0.00%> (+2.81%)` | :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 !