• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

rm-hull / postcode-polygons / 25606384867 / 1
45%
main: 45%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 09 May 2026 04:48PM UTC
Files 9
Run time 0s
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

09 May 2026 04:46PM UTC coverage: 45.287%. Remained the same
25606384867.1

Pull #65

github

rm-hull
chore: add automated Go dependency updates

Introduces a weekly GitHub Actions workflow to keep Go modules up to
date.

- Runs every Monday at 00:00 UTC.
- Automatically generates a pull request with dependency changes.
- Uses a GitHub App token for secure PR creation and commits.

```mermaid
sequenceDiagram
    participant GH as GitHub Actions
    participant Go as Go Modules
    participant PR as Pull Request

    GH->>Go: go get -u ./...
    GH->>Go: go mod tidy
    GH->>PR: Create/Update chore/update-go-deps
```
Pull Request #65: chore: add automated Go dependency updates

245 of 541 relevant lines covered (45.29%)

0.53 hits per line

Source Files on job 25606384867.1
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25606384867
  • 3b9d233e on github
  • Prev Job for on chore/update-deps (#24265165863.1)
  • 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