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

gatewayd-io / gatewayd / 13776933508

10 Mar 2025 11:35PM UTC coverage: 59.642% (+0.04%) from 59.599%
13776933508

Pull #671

github

web-flow
Bump golang.org/x/text from 0.22.0 to 0.23.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #671: Bump golang.org/x/text from 0.22.0 to 0.23.0

5558 of 9319 relevant lines covered (59.64%)

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