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

gatewayd-io / gatewayd
60%

Build:
DEFAULT BRANCH: main
Repo Added 07 Sep 2023 08:58PM UTC
Files 65
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • dependabot/go_modules/github.com/Masterminds/semver/v3-3.3.1
  • dependabot/go_modules/github.com/getsentry/sentry-go-0.35.1
  • dependabot/go_modules/github.com/getsentry/sentry-go-0.35.3
  • dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.24.0
  • dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.25.1
  • dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.26.1
  • dependabot/go_modules/github.com/jackc/pgx/v5-5.7.2
  • dependabot/go_modules/github.com/prometheus/client_golang-1.21.0
  • dependabot/go_modules/github.com/redis/go-redis/v9-9.13.0
  • dependabot/go_modules/github.com/redis/go-redis/v9-9.14.0
  • dependabot/go_modules/github.com/spf13/cast-1.7.1
  • dependabot/go_modules/github.com/spf13/cobra-1.9.1
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.35.0
  • dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.36.0
  • dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.37.0
  • dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.35.0
  • dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.36.0
  • dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.37.0
  • dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.35.0
  • dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.36.0
  • dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.37.0
  • dependabot/go_modules/go.opentelemetry.io/otel/trace-1.35.0
  • dependabot/go_modules/go.opentelemetry.io/otel/trace-1.36.0
  • dependabot/go_modules/go.opentelemetry.io/otel/trace-1.37.0
  • dependabot/go_modules/golang.org/x/text-0.22.0
  • dependabot/go_modules/golang.org/x/text-0.23.0
  • dependabot/go_modules/golang.org/x/text-0.28.0
  • dependabot/go_modules/golang.org/x/text-0.29.0
  • dependabot/go_modules/google.golang.org/grpc-1.68.1
  • dependabot/go_modules/google.golang.org/grpc-1.69.0
  • dependabot/go_modules/google.golang.org/grpc-1.72.2
  • dependabot/go_modules/google.golang.org/grpc-1.73.0
  • dependabot/go_modules/google.golang.org/protobuf-1.36.0
  • dependabot/go_modules/google.golang.org/protobuf-1.36.1
  • dependabot/go_modules/google.golang.org/protobuf-1.36.5
  • feature/add-raft-cluster-peer-management
  • feature/add-raft-health-check
  • feature/dynamic-adding-raft-642
  • feature/raft-loadbalancer-state
  • feature/setup-raft
  • fix-hclog-format-string
  • log-adapter
  • refactor-compat-policy
  • refactor-run-cmd
  • refactor-scheduler-functions
  • refs/tags/v0.10.0
  • refs/tags/v0.10.1
  • refs/tags/v0.10.2
  • refs/tags/v0.10.3
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v0.9.10
  • refs/tags/v0.9.2
  • refs/tags/v0.9.3
  • refs/tags/v0.9.4
  • refs/tags/v0.9.5
  • refs/tags/v0.9.6
  • refs/tags/v0.9.7
  • refs/tags/v0.9.8
  • refs/tags/v0.9.9
  • update-deps

13 Aug 2025 08:06AM UTC coverage: 59.764% (+0.2%) from 59.543%
16931360691

push

github

web-flow
Handle hclog format string properly (#689)

* Handle hclog Format string properly
* Remove unused function
* Simplify function
* Assert type
* Clean up tests
* Fix race condition with global logger
* Use no-op logger to avoid cluttering the output

9 of 13 new or added lines in 1 file covered. (69.23%)

164 existing lines in 1 file now uncovered.

5613 of 9392 relevant lines covered (59.76%)

18.14 hits per line

Relevant lines Covered
Build:
Build:
9392 RELEVANT LINES 5613 COVERED LINES
18.14 HITS PER LINE
Source Files on main
  • Tree
  • List 65
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16931360691 main Handle hclog format string properly (#689) * Handle hclog Format string properly * Remove unused function * Simplify function * Assert type * Clean up tests * Fix race condition with global logger * Use no-op logger to avoid cluttering the output push 13 Aug 2025 08:12AM UTC web-flow github
59.76
16809354077 main Update deps (#685) * Update SDK to v0.4.3 * Update direct deps * Regenerate stubs * Update package to fix https://github.com/gatewayd-io/gatewayd/security/dependabot/26 push 07 Aug 2025 03:56PM UTC web-flow github
59.54
15095815546 main Fix depguard setting push 18 May 2025 12:20PM UTC mostafa github
59.6
13685957619 main Update deps (#666) * Update Go and SDK * Update direct deps * Update buf deps * Regenerate stubs * Update Go version in workflows * Fix linter issues * Update crypto library to resolve CVE-2025-22869 * Update pattern to match the version info * F... push 05 Mar 2025 09:39PM UTC web-flow github
59.6
13663686939 main Fix flag names push 04 Mar 2025 10:00PM UTC mostafa github
63.71
13662576412 main Convert iter.Seq to slice of string push 04 Mar 2025 08:48PM UTC mostafa github
63.0
13485459070 main Increase timeout push 23 Feb 2025 05:56PM UTC mostafa github
62.98
13485346862 main Add Raft cluster peer management (GetPeers, AddPeer, RemovePeer) (#663) * feat(raft): add peer discovery and cluster join functionality Adds support for automatic peer discovery and cluster joining for non-bootstrap nodes. Key changes: - Add Ad... push 23 Feb 2025 05:48PM UTC web-flow github
63.04
12968731119 main Update deps push 25 Jan 2025 09:58PM UTC mostafa github
62.87
12968686915 main Update deps (#657) * Update SDK * Update direct deps * Add install-deps target * Regenerate stubs * Update alpine and its packages * Fix linter errors * Increase timeout push 25 Jan 2025 09:50PM UTC web-flow github
62.82
See All Builds (621)
  • Repo on GitHub
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

© 2025 Coveralls, Inc