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

cybertec-postgresql / pgwatch3 / 10458886373

19 Aug 2024 06:27PM UTC coverage: 28.809% (+0.5%) from 28.289%
10458886373

Pull #504

github

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

95 of 295 new or added lines in 17 files covered. (32.2%)

3 existing lines in 3 files now uncovered.

1335 of 4634 relevant lines covered (28.81%)

0.33 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