• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

kubeovn / kube-ovn / 23224613533
23%
master: 23%

Build:
Build:
LAST BUILD BRANCH: fix/encap-ip-deterministic-sort
DEFAULT BRANCH: master
Ran 18 Mar 2026 01:28AM UTC
Jobs 1
Files 205
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Mar 2026 01:25AM UTC coverage: 23.349% (-0.009%) from 23.358%
23224613533

Pull #6470

github

oilbeater
fix(daemon): handle tombstone objects in subnet and service delete handlers

When a Kubernetes informer reconnects after a watch interruption, it may
deliver a cache.DeletedFinalStateUnknown tombstone instead of the typed
object. enqueueDeleteSubnet and enqueueDeleteService passed the raw obj
directly into the work queue without unwrapping tombstones, causing the
type assertions in reconcileRouters and reconcileServices to fail
silently, which means delete events were dropped and stale routes or
iptables rules were never cleaned up.

Add the same tombstone handling pattern already used by
enqueueDeleteProviderNetwork in the same file.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Pull Request #6470: fix(daemon): handle tombstone objects in subnet and service delete handlers

0 of 24 new or added lines in 1 file covered. (0.0%)

12885 of 55184 relevant lines covered (23.35%)

0.27 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
24
0.0
0.0% pkg/daemon/controller.go
Jobs
ID Job ID Ran Files Coverage
1 23224613533.1 18 Mar 2026 01:28AM UTC 205
23.35
GitHub Action Run
Source Files on build 23224613533
  • Tree
  • List 205
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #6470
  • PR Base - master (#23222926385)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc