Closed cymqqqq closed 4 months ago
Attention: Patch coverage is 72.91667%
with 26 lines
in your changes missing coverage. Please review.
Project coverage is 20.4%. Comparing base (
7f637c6
) to head (fc31e3b
). Report is 2 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/persistence/stock.rs | 75.3% | 23 Missing :warning: |
src/persistence/memory.rs | 0.0% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description:
add a
get_sigs
interface for obtaining the content_sig in order to collect signatures. (the reason for adding this interface is that there areadd_supplyment
, andsupplement
interfaces for adding and obtaining the supplement, and then I noticed that there is animport_sigs
interface, but no method to get content signature by content ID, so I think maybe we need an interface to obtain the content signature)collect supplements.
test cases.