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

davidbyttow / govips
39%
master: 37%

Build:
Build:
LAST BUILD BRANCH: test/tier1-coverage
DEFAULT BRANCH: master
Repo Added 04 Jan 2017 04:44AM UTC
Files 19
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

LAST BUILD ON BRANCH test/tier1-coverage
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.4.4
  • c_format
  • david/fix-tests
  • david/minor-cleanups
  • david/revert-obsoletion
  • davidbyttow/fix-gnu-warnings
  • dependabot/go_modules/golang.org/x/image-0.10.0
  • dependabot/go_modules/golang.org/x/image-0.18.0
  • dependabot/go_modules/golang.org/x/image-0.5.0
  • dependabot/go_modules/golang.org/x/net-0.17.0
  • dependabot/go_modules/golang.org/x/net-0.23.0
  • dependabot/go_modules/golang.org/x/net-0.7.0
  • dependabot/npm_and_yarn/examples/tiff/minimist-1.2.6
  • dependabot/npm_and_yarn/examples/tiff/semver-7.5.3
  • dependabot/npm_and_yarn/examples/tiff/semver-7.5.4
  • dependabot/npm_and_yarn/examples/tiff/sharp-0.30.5
  • dependabot/npm_and_yarn/examples/tiff/sharp-0.32.6
  • dependabot/npm_and_yarn/examples/tiff/simple-get-4.0.1
  • devops-update
  • devops-update2
  • export_params
  • export_tiff
  • fix-#144
  • fix/247-test-reorg
  • fix/275-cmyk-icc-profile
  • fix/287-grey-gradient
  • fix/306-transparent-canvas
  • fix/350-animated-resize-rounding
  • fix/359-gif-quality-docs
  • fix/381-loop-metadata
  • fix/457-jxl-detection
  • fix/463-tiff-tile-zero
  • fix/489-480-image-interop
  • fix/c-code-bugs
  • fix/keepalive-cgo
  • fix/memory-leaks
  • fix/minor-cleanup
  • fix/quick-wins
  • fix/remove-incorrect-defers
  • fix_21
  • fix_embed_alpha
  • gobject_save
  • goldentests
  • images
  • import_params
  • importparams
  • jammy-ref
  • logging
  • mac_version
  • master
  • merge-files
  • newgoldens
  • reduce-handwritten-c-bridge-code
  • refresh
  • refs/tags/2.10.0
  • refs/tags/v2.1.0
  • refs/tags/v2.10.0
  • refs/tags/v2.11.0
  • refs/tags/v2.12.0
  • refs/tags/v2.13.0
  • refs/tags/v2.14.0
  • refs/tags/v2.15.0
  • refs/tags/v2.17.0
  • refs/tags/v2.2.0
  • refs/tags/v2.3.0
  • refs/tags/v2.3.1
  • refs/tags/v2.4.0
  • refs/tags/v2.5.0
  • refs/tags/v2.6.0
  • refs/tags/v2.7.0
  • refs/tags/v2.8.0
  • refs/tags/v2.8.1
  • refs/tags/v2.9.0
  • revert-merge
  • test/tier1-coverage
  • toni-test
  • toni-testing
  • tonimelisma-doubleunref
  • tonimelisma-patch-1
  • update
  • v2.0.0
  • v2.0.1
  • v2.0.2
  • vipsgen
  • worktree-fix-avis-detection

06 Mar 2026 01:09AM UTC coverage: 38.992%. Remained the same
22744285569

push

github

davidbyttow
Fix coverage filter: skip header line before grep to avoid duplicate

The mode: header was appearing twice in the filtered profile, causing
the goveralls parser to choke.

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

2786 of 7145 relevant lines covered (38.99%)

0.42 hits per line

Relevant lines Covered
Build:
Build:
7145 RELEVANT LINES 2786 COVERED LINES
0.42 HITS PER LINE
Source Files on master
  • Tree
  • List 19
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22744285569 test/tier1-coverage Fix coverage filter: skip header line before grep to avoid duplicate The mode: header was appearing twice in the filtered profile, causing the goveralls parser to choke. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 06 Mar 2026 01:11AM UTC davidbyttow github
38.99
22743787940 test/tier1-coverage Skip HEIF/AVIF tests when encoder not available in libvips build CI runs vips 8.15 which may lack HEIF/AVIF encode support even when the type is registered for loading. Skip gracefully on "Unsupported compression" or load failure instead of hard-... Pull #515 06 Mar 2026 12:54AM UTC davidbyttow github
38.99
22743788767 test/tier1-coverage Skip HEIF/AVIF tests when encoder not available in libvips build CI runs vips 8.15 which may lack HEIF/AVIF encode support even when the type is registered for loading. Skip gracefully on "Unsupported compression" or load failure instead of hard-... Pull #515 06 Mar 2026 12:54AM UTC davidbyttow github pending completion  
22742360329 master Add animated AVIF (avis) detection support (#513) Fixes #509. The isAVIF function only matched the static "avif" brand in the ftyp box. Animated AVIF files use the "avis" brand, which was unrecognized, causing DetermineImageType to return unknown... push 06 Mar 2026 12:04AM UTC web-flow github
36.72
22742295188 fix/minor-cleanup Remove stale TODO comment on PngExportParams.Profile The field is part of the public API so it stays, but the TODO has been open since the field was added and is unlikely to be implemented. Remove the misleading comment. Co-Authored-By: Claude O... push 06 Mar 2026 12:03AM UTC davidbyttow github
36.36
22742310987 master Remove incorrect defers that would free internal vips pointers (#511) * Remove incorrect defer in vipsImageGetMetaLoader get_meta_loader wraps vips_image_get_string which returns an internal vips pointer that must not be freed by the caller. The... push 06 Mar 2026 12:02AM UTC web-flow github
36.71
22742313558 master Minor cleanup: fix typo and remove stale TODO (#514) * Fix typo: "checkes" -> "checks" in Scalar.IsZero doc comment Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Remove stale TODO comment on PngExportParams.Profile The field is par... push 06 Mar 2026 12:02AM UTC web-flow github
36.71
22742312244 master 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 ... push 06 Mar 2026 12:02AM UTC web-flow github
36.71
22742309762 master Fix memory leaks in vipsGetPoint and vipsImageGetAsString (#510) * Fix memory leak in vipsGetPoint The deferred g_free captured a nil pointer (evaluated at defer time, before the C call populated it), so the C-allocated array was never freed. Ad... push 06 Mar 2026 12:02AM UTC web-flow github
36.73
22742263980 worktree-fix-avis-detection Add animated AVIF (avis) detection support Fixes #509. The isAVIF function only matched the static "avif" brand in the ftyp box. Animated AVIF files use the "avis" brand, which was unrecognized, causing DetermineImageType to return unknown for va... Pull #513 06 Mar 2026 12:01AM UTC davidbyttow github
36.37
See All Builds (606)
  • Repo on GitHub
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