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

supabase / cli / 19288913427

12 Nov 2025 06:47AM UTC coverage: 54.407% (-0.3%) from 54.689%
19288913427

Pull #4429

github

web-flow
Merge 1cc083715 into 408904212
Pull Request #4429: fix: mark database linking error as non-fatal

33 of 92 new or added lines in 6 files covered. (35.87%)

29 existing lines in 6 files now uncovered.

6358 of 11686 relevant lines covered (54.41%)

6.1 hits per line

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

0.0
/internal/bans/get/get.go
1
package get
2

3
import (
4
        "context"
5
        "fmt"
6

7
        "github.com/spf13/afero"
8
        "github.com/supabase/cli/internal/utils/flags"
9
)
10

11
func Run(ctx context.Context, projectRef string, fsys afero.Fs) error {
×
NEW
12
        ips, err := flags.ListNetworkBans(ctx, projectRef)
×
NEW
13
        if err != nil {
×
NEW
14
                return err
×
UNCOV
15
        }
×
NEW
16
        fmt.Printf("DB banned IPs: %+v\n", ips)
×
NEW
17
        return nil
×
18
}
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

© 2025 Coveralls, Inc