Open alanshaw opened 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.69%. Comparing base (
f74cf2a
) to head (11216d0
). Report is 67 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@masih, @alanshaw storetheindex is meant to be an application and not a library. I recommend that the ingestion/registry code be moved into another repo that is meant as a library, so that it can be maintained as such and not treated like an application for our own use.
I think the code should either move into ipni/go-libipni
or into another new repo ipni/ingest
Context
I wanted to run an IPNI node locally, programmatically, for testing.
Proposed Changes
Make
ingest
andregistry
packages public.Tests
No code added.
Revert Strategy
Change is safe to revert.