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

davidbyttow / govips
39%

Build:
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 master
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/ci-go-version
  • fix/keepalive-cgo
  • fix/memory-leaks
  • fix/minor-cleanup
  • fix/quick-wins
  • fix/readme-deprecated-api
  • fix/remove-incorrect-defers
  • fix/replace-deprecated-getpageheight
  • fix/startup-error-handling
  • fix/test-panics-to-fatal
  • fix_21
  • fix_embed_alpha
  • gobject_save
  • goldentests
  • images
  • import_params
  • importparams
  • jake/webp-shrink-on-load
  • 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

19 Mar 2026 02:46AM UTC coverage: 39.097% (-0.06%) from 39.153%
23277364839

push

github

web-flow
Replace internal usage of deprecated GetPageHeight with PageHeight (#521)

GetPageHeight() is deprecated in favor of PageHeight(). This updates
all internal callers and tests to use the current API.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

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

4 existing lines in 1 file now uncovered.

2797 of 7154 relevant lines covered (39.1%)

0.42 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23277364839 master Replace internal usage of deprecated GetPageHeight with PageHeight (#521) GetPageHeight() is deprecated in favor of PageHeight(). This updates all internal callers and tests to use the current API. Co-authored-by: Claude Opus 4.6 (1M context) <n... push 19 Mar 2026 02:49AM UTC web-flow github
39.1
23277376562 master Replace panic() with t.Fatal() in test helpers (#522) Test helpers should use proper test failure reporting instead of panicking. This gives better error output and doesn't crash the test runner. Co-authored-by: Claude Opus 4.6 (1M context) <nor... push 19 Mar 2026 02:48AM UTC web-flow github
39.1
23277379174 master Return error from startupIfNeeded instead of panicking (#523) startupIfNeeded() is called from internal code paths where a panic is unexpected. Now returns an error so callers can handle it gracefully. Co-authored-by: Claude Opus 4.6 (1M context... push 19 Mar 2026 02:48AM UTC web-flow github
38.99
23277363778 master Update README example to use current export API (#520) The example used NewDefaultJPEGExportParams() and Export(), both deprecated. Switches to NewJpegExportParams() and ExportJpeg(). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthrop... push 19 Mar 2026 02:48AM UTC web-flow github
39.15
23277362482 master Update CI: align Go version with go.mod and bump action versions (#519) Go version floor was 1.21 but go.mod requires 1.23. Also bumps setup-go and checkout actions to latest major versions. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@... push 19 Mar 2026 02:48AM UTC web-flow github
39.15
23277312111 fix/startup-error-handling Return error from startupIfNeeded instead of panicking startupIfNeeded() is called from internal code paths where a panic is unexpected. Now returns an error so callers can handle it gracefully. Co-Authored-By: Claude Opus 4.6 (1M context) <nore... Pull #523 19 Mar 2026 02:46AM UTC davidbyttow github
39.04
23277280813 fix/test-panics-to-fatal Replace panic() with t.Fatal() in test helpers Test helpers should use proper test failure reporting instead of panicking. This gives better error output and doesn't crash the test runner. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@an... Pull #522 19 Mar 2026 02:45AM UTC davidbyttow github
39.15
23277258590 fix/replace-deprecated-getpageheight Replace internal usage of deprecated GetPageHeight with PageHeight GetPageHeight() is deprecated in favor of PageHeight(). This updates all internal callers and tests to use the current API. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@... Pull #521 19 Mar 2026 02:44AM UTC davidbyttow github
39.1
23277236700 fix/readme-deprecated-api Update README example to use current export API The example used NewDefaultJPEGExportParams() and Export(), both deprecated. Switches to NewJpegExportParams() and ExportJpeg(). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Pull #520 19 Mar 2026 02:44AM UTC davidbyttow github
39.15
23277250313 fix/replace-deprecated-getpageheight Replace internal usage of deprecated GetPageHeight with PageHeight GetPageHeight() is deprecated in favor of PageHeight(). This updates all internal callers and tests to use the current API. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@... Pull #521 19 Mar 2026 02:44AM UTC davidbyttow github
39.1
See All Builds (623)
  • 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