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

rm-hull / company-data-api / 25606213644
39%
main: 39%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 09 May 2026 04:40PM UTC
Jobs 1
Files 13
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:38PM UTC coverage: 38.86%. Remained the same
25606213644

Pull #98

github

rm-hull
chore: add workflow to update go dependencies

Automates the process of keeping Go dependencies up to date.

*   Schedules a weekly update every Monday at 00:00 UTC.
*   Runs `go get -u ./...` followed by `go mod tidy`.
*   Captures `go.mod` changes to include in the pull request body.
*   Uses a GitHub App token to ensure created PRs trigger further CI.

```mermaid
sequenceDiagram
    participant G as GitHub Actions
    participant R as Repository
    participant P as Pull Request
    G->>R: Checkout code
    G->>G: Run go get -u && go mod tidy
    G->>R: Commit changes to chore/update-go-deps
    G->>P: Create PR with dependency diff
```
Pull Request #98: chore: add workflow to update go dependencies

300 of 772 relevant lines covered (38.86%)

0.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25606213644.1 09 May 2026 04:40PM UTC 13
38.86
GitHub Action Run
Source Files on build 25606213644
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #98
  • PR Base - main (#25127066365)
  • 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