• 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 / street-manager-relay / 25606756182 / 1
1%
main: 1%

Build:
Build:
LAST BUILD BRANCH: chore/update-deps
DEFAULT BRANCH: main
Ran 09 May 2026 05:06PM UTC
Files 18
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:04PM UTC coverage: 1.35%. Remained the same
25606756182.1

Pull #41

github

rm-hull
chore: add automated Go dependency update workflow

Introduce a weekly GitHub Action to keep Go modules up to date. This
automation ensures dependencies stay current by running `go get -u`
and creating a pull request with the resulting changes.

```mermaid
sequenceDiagram
    participant GH as GitHub Actions
    participant G as Go Modules
    participant PR as Pull Request

    GH->>G: go get -u ./...
    GH->>G: go mod tidy
    GH->>PR: Create/Update PR with changes
```
Pull Request #41: chore: add automated Go dependency update workflow

19 of 1407 relevant lines covered (1.35%)

0.01 hits per line

Source Files on job 25606756182.1
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25606756182
  • 1051d768 on github
  • Prev Job for on chore/update-deps (#23413522163.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