Skip to content

merge: resolve conflict with main branch

b497a55
Select commit
Loading
Failed to load commit list.
Merged

fix(verifcid): enforce size limit for identity CIDs #1018

merge: resolve conflict with main branch
b497a55
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2025 in 1s

60.59% (+0.08%) compared to 971bdfe

View this Pull Request on Codecov

60.59% (+0.08%) compared to 971bdfe

Details

Codecov Report

❌ Patch coverage is 70.07299% with 41 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.59%. Comparing base (971bdfe) to head (b497a55).

Files with missing lines Patch % Lines
ipld/unixfs/mod/dagmodifier.go 76.31% 14 Missing and 4 partials ⚠️
mfs/file.go 12.50% 13 Missing and 1 partial ⚠️
verifcid/allowlist.go 78.57% 4 Missing and 2 partials ⚠️
verifcid/cid.go 82.35% 2 Missing and 1 partial ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1018      +/-   ##
==========================================
+ Coverage   60.51%   60.59%   +0.08%     
==========================================
  Files         268      268              
  Lines       33487    33616     +129     
==========================================
+ Hits        20264    20370     +106     
- Misses      11543    11560      +17     
- Partials     1680     1686       +6     
Files with missing lines Coverage Δ
bitswap/options.go 42.85% <ø> (ø)
bitswap/server/internal/decision/engine.go 92.14% <ø> (ø)
bitswap/server/server.go 57.20% <ø> (ø)
verifcid/cid.go 88.00% <82.35%> (-12.00%) ⬇️
verifcid/allowlist.go 73.07% <78.57%> (+6.41%) ⬆️
mfs/file.go 58.16% <12.50%> (-4.06%) ⬇️
ipld/unixfs/mod/dagmodifier.go 61.47% <76.31%> (+2.26%) ⬆️

... and 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.