application-research / autoretrieve

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

fix: only increment requests-with-indexer-candidates when there's >0 #147

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

whoops, we missed this one, it's currently showing up as the same number as top-level requests coming in

codecov-commenter commented 1 year ago

Codecov Report

Base: 21.05% // Head: 20.82% // Decreases project coverage by -0.23% :warning:

Coverage data is based on head (786104e) compared to base (93362e3). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #147 +/- ## ========================================== - Coverage 21.05% 20.82% -0.24% ========================================== Files 16 16 Lines 2341 2343 +2 ========================================== - Hits 493 488 -5 - Misses 1819 1825 +6 - Partials 29 30 +1 ``` | [Impacted Files](https://codecov.io/gh/application-research/autoretrieve/pull/147?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/147/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.31% <0.00%> (-0.15%)` | :arrow_down: | | [blocks/manager.go](https://codecov.io/gh/application-research/autoretrieve/pull/147/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=application-research#diff-YmxvY2tzL21hbmFnZXIuZ28=) | `80.00% <0.00%> (-5.00%)` | :arrow_down: | 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.