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

pdfcpu / pdfcpu / 18662703062 / 1
62%
master: 62%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2025 07:31PM UTC
Files 198
Run time 6s
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

20 Oct 2025 07:29PM UTC coverage: 62.388% (+0.002%) from 62.386%
18662703062.1

push

github

hhrutter
Fix #1112: ASCII85 decode now handles CRLF line endings

The ASCII85 decoder previously failed when encoded data had both
carriage return and newline (CRLF) at the end. The code only
stripped one trailing character, causing the EOD marker check to
fail when CRLF was present.

Changed to use bytes.TrimRight to strip all trailing CR/LF
characters, which aligns with the PDF specification's requirement
to ignore whitespace in ASCII85 encoding.

Added test case to verify decoding works with LF, CR, CRLF, and
no line endings.

44663 of 71589 relevant lines covered (62.39%)

1503329.27 hits per line

Source Files on job Go-1.25.x - 18662703062.1
  • Tree
  • List 198
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18662703062
  • 66ea5de1 on github
  • Prev Job for on master (#18662453597.2)
  • Next Job for on master (#18668391383.2)
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