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

rm-hull / placenames-api / 25606326521
53%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 04:45PM 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

09 May 2026 04:43PM UTC coverage: 52.778%. Remained the same
25606326521

push

github

web-flow
chore: add weekly Go dependency update workflow (#41)

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
```

133 of 252 relevant lines covered (52.78%)

0.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25606326521.1 09 May 2026 04:45PM UTC 6
52.78
GitHub Action Run
Source Files on build 25606326521
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 41245b3e on github
  • Prev Build on main (#24242593304)
  • Next Build on main (#25606479328)
  • 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