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

rm-hull / jasengo / 25606689518
81%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 05:02PM UTC
Jobs 1
Files 8
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 05:01PM UTC coverage: 80.612%. Remained the same
25606689518

push

github

rm-hull
chore: add automated Go dependency updates

Introduce a weekly GitHub Action to keep project dependencies current.

*   Runs every Monday at 00:00 UTC.
*   Automatically executes `go get -u ./...` and `go mod tidy`.
*   Creates a pull request with the relevant `go.mod` diff.

```mermaid
sequenceDiagram
    participant GH as GitHub Actions
    participant G as Go Toolchain
    participant R as Repository

    GH->>G: Run `go get -u ./...`
    GH->>G: Run `go mod tidy`
    GH->>R: Generate diff for go.mod
    GH->>GH: Open Pull Request
```

474 of 588 relevant lines covered (80.61%)

175822.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25606689518.1 09 May 2026 05:02PM UTC 8
80.61
GitHub Action Run
Source Files on build 25606689518
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 535158aa on github
  • Prev Build on main (#20240103552)
  • 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