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

pureconfig / pureconfig / 32653635931
95%

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2026 05:08PM UTC
Jobs 2
Files 110
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

23 Aug 2026 05:03PM UTC coverage: 94.625%. Remained the same
32653635931

push

web-flow
Fix Build Website failing on the Coverage Status badge (#1984)

* Stop html-proofer from checking bot-protected domains

The Build Website job has been failing consistently on the Coverage
Status badge: html-proofer gets a 403 from
https://coveralls.io/github/pureconfig/pureconfig?branch=master, which
is the badge's target page. The link is fine in a browser; coveralls.io
sits behind bot protection and rejects non-browser HTTP clients. It
serves the badge image itself without complaint, only the target page is
protected.

Ignore the coveralls.io domain, the same way search.maven.org and
stackoverflow.com are already ignored for the same reason.

Repeated --ignore-urls flags turned out not to accumulate: html-proofer
lets the last occurrence override the earlier ones, so only
/stackoverflow.com/ was ever in effect and /search.maven.org/ was dead.
Simply appending a third flag would have silently un-ignored both, so
the patterns are now passed as a single comma-separated value, which is
the form html-proofer actually accumulates.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Q6gXCPF3coXjWqDgidp2U4

* Drop the dead search.maven.org html-proofer ignore

Nothing in the site links to search.maven.org anymore: the Maven Central
badge points at central.sonatype.com, with the image served from
img.shields.io. The pattern matches no URL, so it only obscures which
domains are genuinely being skipped.

The remaining two are still needed. stackoverflow.com covers a real link
in the implicit-precedence docs, and coveralls.io covers the badge.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Q6gXCPF3coXjWqDgidp2U4

* Drop the explanatory comments from the workflow

The rest of ci.yml carries no comments, and the rationale is already
recorded in the commit history and the pull request.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: ... (continued)

2764 of 2921 relevant lines covered (94.63%)

2.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Scala 3 - 32653635931.1 23 Aug 2026 05:08PM UTC 79
89.55
2 Scala 2.13 - 32653635931.2 23 Aug 2026 05:10PM UTC 101
91.7
Source Files on build 32653635931
  • Tree
  • List 110
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f109aa42 on github
  • Prev Build on master (#31541920036)
  • Next Build on master (#32670203401)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc