• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubevirt / containerized-data-importer / #5945
50%
main: 50%

Build:
Build:
LAST BUILD BRANCH: add-pprof-endpoints
DEFAULT BRANCH: main
Ran 16 Apr 2026 12:58PM UTC
Jobs 1
Files 159
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

16 Apr 2026 12:31PM UTC coverage: 49.537%. Remained the same
#5945

Pull #4092

travis-ci

carterpewpew
Fix wrong error variable checked in cleanupTransfer closures

The cancelTransfer and finalizeTransfer closures in pkg/importer/imageio-datasource.go each assigned their error to a local variable (cancelError/finalizeError) but then checked the outer scope `err` instead. This caused actual Cancel/Finalize errors to be silently ignored and could produce spurious error logs from unrelated earlier failures. Fix the conditions and klog.Errorf calls to use the correct local error variables.

Signed-off-by: Jathavedhan M <jathavedhan.m@ibm.com>
Assisted-by: Claude <noreply@anthropic.com>
Pull Request #4092: Fix wrong error variable checked in cleanupTransfer closures

2 of 4 new or added lines in 1 file covered. (50.0%)

14922 of 30123 relevant lines covered (49.54%)

0.56 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
56.77
0.0% pkg/importer/imageio-datasource.go
Jobs
ID Job ID Ran Files Coverage
1 #5945.1 16 Apr 2026 12:58PM UTC 159
49.54
Source Files on build #5945
  • Tree
  • List 159
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #4092
  • PR Base - main (#)
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