Skip to content

rename test

abf64fc
Select commit
Loading
Failed to load commit list.
Closed

routing/http!: support for IPIP-378 (delegated content and peer providing) #539

rename test
abf64fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 30, 2025 in 0s

59.69% (+0.02%) compared to 0f223aa

View this Pull Request on Codecov

59.69% (+0.02%) compared to 0f223aa

Details

Codecov Report

Attention: Patch coverage is 57.47126% with 222 lines in your changes missing coverage. Please review.

Project coverage is 59.69%. Comparing base (0f223aa) to head (abf64fc).
Report is 507 commits behind head on main.

Files with missing lines Patch % Lines
routing/http/types/record_announcement.go 54.75% 69 Missing and 31 partials ⚠️
routing/http/client/client.go 59.15% 52 Missing and 6 partials ⚠️
routing/http/server/server.go 63.33% 22 Missing and 11 partials ⚠️
routing/http/types/ndjson/records.go 42.85% 13 Missing and 3 partials ⚠️
routing/http/types/json/responses.go 10.00% 9 Missing ⚠️
routing/http/types/iter/filter.go 76.19% 4 Missing and 1 partial ⚠️
routing/http/contentrouter/contentrouter.go 88.88% 1 Missing ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #539      +/-   ##
==========================================
+ Coverage   59.66%   59.69%   +0.02%     
==========================================
  Files         238      237       -1     
  Lines       29883    30071     +188     
==========================================
+ Hits        17831    17951     +120     
- Misses      10433    10485      +52     
- Partials     1619     1635      +16     
Files with missing lines Coverage Δ
routing/http/types/ipfs.go 50.00% <ø> (-2.00%) ⬇️
routing/http/types/iter/iter.go 89.28% <100.00%> (ø)
routing/http/contentrouter/contentrouter.go 51.55% <88.88%> (+2.41%) ⬆️
routing/http/types/iter/filter.go 76.19% <76.19%> (ø)
routing/http/types/json/responses.go 41.86% <10.00%> (-8.96%) ⬇️
routing/http/types/ndjson/records.go 38.18% <42.85%> (-16.93%) ⬇️
routing/http/server/server.go 68.22% <63.33%> (-3.84%) ⬇️
routing/http/client/client.go 66.91% <59.15%> (-6.10%) ⬇️
routing/http/types/record_announcement.go 54.75% <54.75%> (ø)

... and 17 files with indirect coverage changes

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