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

gatewayd-io / gatewayd / 15263467907

26 May 2025 11:31PM UTC coverage: 59.62% (+0.02%) from 59.599%
15263467907

Pull #675

github

web-flow
Bump google.golang.org/grpc from 1.72.1 to 1.72.2

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.1 to 1.72.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.1...v1.72.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #675: Bump google.golang.org/grpc from 1.72.1 to 1.72.2

5556 of 9319 relevant lines covered (59.62%)

18.15 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