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

dunglas / go-urlpattern / 24677587846
92%

Build:
DEFAULT BRANCH: main
Ran 20 Apr 2026 04:19PM UTC
Jobs 1
Files 6
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

20 Apr 2026 04:19PM UTC coverage: 91.865%. Remained the same
24677587846

push

github

web-flow
chore: bump deps, bump GitHub Actions, widen Go support matrix (#10)

* chore: bump all deps and widen CI to both maintained Go versions

- `go get -u all` + `go mod tidy`, bumping:
  - github.com/nlnwa/whatwg-url v0.5.0 -> v0.6.2
  - github.com/bits-and-blooms/bitset v1.14.3 -> v1.24.4 (indirect)
  - golang.org/x/exp to 2026-04-10
  - golang.org/x/net v0.29.0 -> v0.53.0 (indirect, clears two moderate
    Dependabot alerts — unreachable per govulncheck but bumped for
    downstream hygiene)
  - golang.org/x/text v0.18.0 -> v0.36.0 (indirect)
- go directive moves to 1.25.0 so the module builds on every currently
  maintained Go release (1.25 and 1.26) and no older one.
- CI matrix now tests `['oldstable', 'stable']` so both maintained
  versions are exercised automatically as Go rolls forward.

govulncheck reports 0 vulnerabilities. `go test -race ./...` passes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* ci: bump actions, pin toolchain, add lint config

- actions/checkout v4 -> v6, actions/setup-go v5 -> v6,
  golangci/golangci-lint-action v6 -> v9. shogo82148/actions-goveralls
  stays on v1 (still the current major).
- Set GOTOOLCHAIN=local so setup-go's requested Go version is actually
  used; without it the `oldstable` matrix entry can silently upgrade to
  `stable` via the toolchain directive.
- golangci-lint-action v7+ uses golangci-lint v2, whose default lint
  set is broader than v1's and trips on three pre-existing style rules.
  Add a minimal .golangci.yml disabling them with the reason inline:
  - ST1012: exported FooError variables are public API, renaming would
    break consumers.
  - ST1020 / ST1021: exported symbols are documented with a link to
    the corresponding WHATWG spec paragraph, which is more useful than
    a synthetic "Foo does..." sentence for a spec-conforming impl.
  Fix the one DefaultPorts godoc (ST1022) in place rather than
  silencing it.

Co-Authored-By: Claude Opus 4.7 (1M context) <nor... (continued)

1502 of 1635 relevant lines covered (91.87%)

1122.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24677587846.1 20 Apr 2026 04:19PM UTC 6
91.87
GitHub Action Run
Source Files on build 24677587846
  • Tree
  • List 6
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0d8189f0 on github
  • Prev Build on main (#24667373104)
  • Next Build on main (#24727388304)
  • Delete
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