application-research / autoretrieve

A server to make GraphSync data accessible on IPFS
22 stars 7 forks source link

fix: each query inherits directly from parent, not each other #134

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

Can cause segfaults as it is

codecov-commenter commented 1 year ago

Codecov Report

Base: 20.36% // Head: 20.62% // Increases project coverage by +0.25% :tada:

Coverage data is based on head (3af0048) compared to base (f783058). Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #134 +/- ## ========================================== + Coverage 20.36% 20.62% +0.25% ========================================== Files 16 16 Lines 2283 2284 +1 ========================================== + Hits 465 471 +6 + Misses 1787 1783 -4 + Partials 31 30 -1 ``` | [Impacted Files](https://codecov.io/gh/application-research/autoretrieve/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=application-research) | Coverage Δ | | |---|---|---| | [filecoin/retriever.go](https://codecov.io/gh/application-research/autoretrieve/pull/134/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=application-research#diff-ZmlsZWNvaW4vcmV0cmlldmVyLmdv) | `35.54% <66.66%> (+0.15%)` | :arrow_up: | | [blocks/manager.go](https://codecov.io/gh/application-research/autoretrieve/pull/134/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=application-research#diff-YmxvY2tzL21hbmFnZXIuZ28=) | `85.00% <0.00%> (+5.00%)` | :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=application-research). 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=application-research)

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