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

gatewayd-io / gatewayd / 13356490769

16 Feb 2025 03:41PM UTC coverage: 60.508% (-2.4%) from 62.872%
13356490769

Pull #661

github

sinadarbouy
feat(raft): Improve cluster management and peer handling

Enhance Raft cluster operations with:
- Robust LeaveCluster method with timeout and logging
- Comprehensive peer validation in FSM
- Metrics tracking for peer additions, updates, and removals
- Improved error handling and state checks
- Added validation for peer payload addresses
Pull Request #661: Add Raft cluster peer management (GetPeers, AddPeer, RemovePeer)

491 of 1165 new or added lines in 13 files covered. (42.15%)

8 existing lines in 4 files now uncovered.

5669 of 9369 relevant lines covered (60.51%)

16.07 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/plugin/embed_plugin_template.go
1
//go:build embed_plugin_template
2

3
package plugin
4

5
import "embed"
6

7
//go:embed .template/* .template/project/*/.*
8
var pluginTemplate embed.FS
9
var pluginTemplateRootDir = ".template"
10

11
func IsPluginTemplateEmbedded() bool {
×
12
        return true
×
13
}
×
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