• 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 / placenames-api / 25606323137 / 1
53%
main: 53%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 09 May 2026 04:45PM UTC
Files 6
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:43PM UTC coverage: 52.778%. Remained the same
25606323137.1

Pull #41

github

rm-hull
chore: add weekly Go dependency update workflow

Automate the process of keeping Go modules up to date to ensure the
project receives timely security patches and bug fixes.

- Runs every Monday at 00:00 UTC or via manual trigger.
- Executes `go get -u ./...` and `go mod tidy`.
- Generates a Pull Request containing a diff of the `go.mod` changes.
- Uses a GitHub App token to ensure subsequent CI checks are triggered
  on the created PR.

```mermaid
sequenceDiagram
    participant W as Workflow (GitHub Actions)
    participant G as Go Toolchain
    participant R as Repository (PR)
    W->>G: go get -u ./...
    W->>G: go mod tidy
    G-->>W: Updated go.mod & go.sum
    W->>R: Create Pull Request with changes
```
Pull Request #41: chore: add weekly Go dependency update workflow

133 of 252 relevant lines covered (52.78%)

0.62 hits per line

Source Files on job 25606323137.1
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25606323137
  • 45d705f8 on github
  • Prev Job for on chore/update-deps (#24242593304.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