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

cybertec-postgresql / pgwatch3 / 10456355969

19 Aug 2024 03:31PM UTC coverage: 27.846% (-0.4%) from 28.289%
10456355969

Pull #504

github

web-flow
Merge d04c1ad49 into 11ec15c1b
Pull Request #504: [!] add support for application commands

48 of 262 new or added lines in 17 files covered. (18.32%)

10 existing lines in 2 files now uncovered.

1284 of 4611 relevant lines covered (27.85%)

0.31 hits per line

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

0.0
/src/embed.go
1
package main
2

3
import (
4
        "embed"
5
        "io/fs"
6
)
7

8
//go:embed webui/build
9
var efs embed.FS
10

11
var webuifs fs.FS
12

NEW
13
func init() {
×
NEW
14
        webuifs, _ = fs.Sub(efs, "webui/build")
×
NEW
15
}
×
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