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

rm-hull / git-commit-summary / 25601227194 / 1
32%
main: 32%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 12:33PM 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 12:33PM UTC coverage: 32.583%. Remained the same
25601227194.1

push

github

rm-hull
chore: add workflow to update go dependencies

Introduces a GitHub Actions workflow to automate Go module updates. This
reduces manual maintenance by ensuring dependencies stay current.

*   Scheduled to run every Monday at 00:00 UTC.
*   Supports manual execution via `workflow_dispatch`.
*   Automatically creates a Pull Request with the updated `go.mod` and
    `go.sum` files.
*   Includes a summary of dependency changes in the PR description.

```mermaid
sequenceDiagram
    participant S as Scheduler/User
    participant G as GitHub Action
    participant R as Repository
    participant PR as Pull Request

    S->>G: Trigger workflow
    G->>R: Checkout & Setup Go
    G->>R: Run go get -u && go mod tidy
    G->>G: Extract changes from go.mod
    G->>PR: Create PR with update summary
```

304 of 933 relevant lines covered (32.58%)

0.35 hits per line

Source Files on job 25601227194.1
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25601227194
  • 0533d99d on github
  • Prev Job for on main (#25567326399.1)
  • Next Job for on main (#25606191023.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