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

gatewayd-io / gatewayd / 13379623417

17 Feb 2025 10:37PM UTC coverage: 62.946% (+0.07%) from 62.872%
13379623417

Pull #661

github

hamedsalim1999
test(raft): Add comprehensive RPC server method tests

Implement thorough test suites for Raft RPC server methods:
- AddPeer: Test peer addition with various input scenarios
- RemovePeer: Validate peer removal in different conditions
- GetPeerInfo: Verify peer information retrieval

Enhance test coverage for Raft RPC server operations, improving reliability and robustness of cluster management methods.
Pull Request #661: Add Raft cluster peer management (GetPeers, AddPeer, RemovePeer)

709 of 1150 new or added lines in 13 files covered. (61.65%)

5 existing lines in 3 files now uncovered.

5888 of 9354 relevant lines covered (62.95%)

19.1 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