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

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

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Repo Added 18 Jun 2025 04:46PM UTC
Token uGlscoMRke7DgfUjzlYBQFb0bSjAKEwD9 regen
Build 244 Last
Files 13
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

LAST BUILD ON BRANCH chore/update-deps
branch: chore/update-deps
CHANGE BRANCH
x
Reset
Sync Branches
  • chore/update-deps
  • chore/add-diagnostics
  • chore/go-1.25
  • chore/journal-mode
  • chore/reorg
  • chore/update-go-deps
  • dependabot/docker/golang-1.26-alpine
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/docker/build-push-action-7
  • dependabot/github_actions/docker/login-action-4
  • dependabot/github_actions/docker/metadata-action-6
  • dependabot/github_actions/docker/setup-buildx-action-4
  • dependabot/github_actions/docker/setup-qemu-action-4
  • dependabot/github_actions/golangci/golangci-lint-action-9
  • dependabot/github_actions/mikepenz/action-junit-report-6
  • dependabot/go_modules/github.com/Depado/ginprom-1.8.2
  • dependabot/go_modules/github.com/Depado/ginprom-1.8.3
  • dependabot/go_modules/github.com/gin-contrib/cors-1.7.6
  • dependabot/go_modules/github.com/gin-contrib/cors-1.7.7
  • dependabot/go_modules/github.com/gin-contrib/pprof-1.5.4
  • dependabot/go_modules/github.com/gin-gonic/gin-1.12.0
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.29
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.30
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.32
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.33
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.34
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.37
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.38
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.40
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.41
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42
  • dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.44
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.10
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.3
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.4
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.5
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.6
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.7
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.8
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.9
  • dependabot/go_modules/github.com/rm-hull/godx-0.1.0
  • dependabot/go_modules/github.com/rm-hull/godx-0.2.0
  • dependabot/go_modules/github.com/rm-hull/godx-0.2.1
  • dependabot/go_modules/github.com/spf13/cobra-1.10.1
  • dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • dependabot/go_modules/github.com/swaggo/gin-swagger-1.6.1
  • dependabot/go_modules/github.com/swaggo/swag-1.16.6
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.10
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.11
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.12
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.13
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.14
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.15
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.9
  • dependabot/go_modules/go.eigsys.de/gin-cachecontrol/v2-2.4.0
  • dependabot/go_modules/go.eigsys.de/gin-cachecontrol/v2-2.4.1
  • doc/readme
  • feat/cache-ctrl
  • feat/codepo-cli
  • feat/downloader
  • feat/group-by-postcode
  • feat/import-cmd
  • feat/ingest
  • feat/last-updated
  • feat/max-bounds
  • feat/openapi
  • feat/prometheus
  • feat/search
  • feat/show-last-updated
  • feat/templated-urls
  • fix/correct-module-name
  • fix/remove-read-only
  • fix/rw-perms-on-docker
  • fix/update-default-zip
  • main
  • refactor/batch-import
  • refactor/batch-import-2
  • refactor/import-interface

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

Relevant lines Covered
Build:
Build:
772 RELEVANT LINES 300 COVERED LINES
0.44 HITS PER LINE
Source Files on chore/update-deps
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25606213644 chore/update-deps 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` chang... Pull #98 09 May 2026 04:40PM UTC rm-hull github
38.86
23413279604 chore/update-deps chore: update project dependencies Update various Go modules to their latest versions to incorporate performance improvements, bug fixes, and security patches. Pull #89 22 Mar 2026 09:49PM UTC rm-hull github
38.86
22038544450 chore/update-deps Update dependencies Pull #78 15 Feb 2026 03:50PM UTC rm-hull github
38.86
20213621417 chore/update-deps chore: Update Go dependencies This commit updates various indirect Go module dependencies, including stability and security fixes for packages like: * `golang.org/x/*` modules * `github.com/go-openapi/*` libraries * `github.com/quic-go/qui... Pull #68 14 Dec 2025 08:22PM UTC rm-hull github
38.86
18820969452 chore/update-deps Update deps Pull #53 26 Oct 2025 04:58PM UTC rm-hull github
38.86
18774408764 chore/update-deps Also check docker Pull #52 24 Oct 2025 08:37AM UTC rm-hull github
38.86
18290558603 chore/update-deps Update deps Pull #46 06 Oct 2025 06:26PM UTC rm-hull github
39.16
17880412220 chore/update-deps Update dependencies Pull #30 20 Sep 2025 01:24PM UTC rm-hull github
0.0
17529362690 chore/update-deps Update dependencies Pull #25 07 Sep 2025 01:45PM UTC rm-hull github
0.0
16886659123 chore/update-deps Update dependencies Pull #18 11 Aug 2025 04:57PM UTC rm-hull github
0.0
See All Builds (244)

Badge your Repo: company-data-api

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc