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

davidbyttow / govips / 22742312244
39%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2026 12:02AM UTC
Jobs 1
Files 19
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

06 Mar 2026 12:00AM UTC coverage: 36.711% (-0.02%) from 36.732%
22742312244

push

github

web-flow
Fix C code bugs in set_image_delay and label (#512)

* Fix void function returning a value in set_image_delay

set_image_delay is declared void but used 'return vips_image_set_array_int(...)'
which can trigger compiler warnings. Remove the return keyword.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix label() error return values: use -1 instead of 1

The label() function returned 1 on error, while all other C bridge
functions in this file use -1 (matching the libvips convention).
Functionally equivalent since Go checks != 0, but this makes the
codebase consistent.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

2623 of 7145 relevant lines covered (36.71%)

0.39 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
37
75.66
0.0% vips/operations.go
Jobs
ID Job ID Ran Files Coverage
1 22742312244.1 06 Mar 2026 12:02AM UTC 19
36.71
GitHub Action Run
Source Files on build 22742312244
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6ae057d2 on github
  • Prev Build on master (#22742309762)
  • Next Build on master (#22742313558)
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