fix: bound ipns cache-control to record eol #1166
Open
Codecov / codecov/project
succeeded
Jun 7, 2026 in 1s
63.55% (+0.11%) compared to 6fa268c
View this Pull Request on Codecov
63.55% (+0.11%) compared to 6fa268c
Details
Codecov Report
❌ Patch coverage is 77.27273% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.55%. Comparing base (6fa268c) to head (5ee23b8).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| internal/ipnstest/ipnstest.go | 64.70% | 3 Missing and 3 partials |
| gateway/handler_ipns_record.go | 63.63% | 3 Missing and 1 partial |
@@ Coverage Diff @@
## main #1166 +/- ##
==========================================
+ Coverage 63.44% 63.55% +0.11%
==========================================
Files 268 269 +1
Lines 26965 27000 +35
==========================================
+ Hits 17107 17161 +54
+ Misses 8133 8118 -15
+ Partials 1725 1721 -4 | Files with missing lines | Coverage Δ | |
|---|---|---|
| ipns/record.go | 75.37% <100.00%> (+0.07%) |
⬆️ |
| ipns/validation.go | 58.26% <100.00%> (+0.66%) |
⬆️ |
| namesys/ipns_resolver.go | 53.08% <100.00%> (+3.70%) |
⬆️ |
| namesys/namesys_cache.go | 55.55% <100.00%> (+8.33%) |
⬆️ |
| routing/http/server/server.go | 79.09% <100.00%> (+1.26%) |
⬆️ |
| gateway/handler_ipns_record.go | 28.33% <63.63%> (+8.72%) |
⬆️ |
| internal/ipnstest/ipnstest.go | 64.70% <64.70%> (ø) |
... and 11 files with indirect coverage changes
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading