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

rm-hull / asteroids / 25607421720 / 1
0%
main: 0%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 05:36PM UTC
Files 14
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 05:35PM UTC coverage: 0.0%. Remained the same
25607421720.1

push

github

rm-hull
feat: add automated Go dependency update workflow

- Introduces a GitHub Action that runs weekly via cron.
- Automatically updates dependencies using `go get -u ./...`.
- Creates a pull request with the relevant changes to `go.mod`.

```mermaid
sequenceDiagram
    participant GH as GitHub Actions
    participant Go as Go Modules
    participant PR as Pull Request
    GH->>Go: Run go get -u ./...
    GH->>Go: Run go mod tidy
    GH->>PR: Open/Update dependency PR
```

0 of 842 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 25607421720.1
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25607421720
  • 7011ee98 on github
  • Prev Job for on main (#24409488581.1)
  • Next Job for on main (#25607528522.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