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

supabase / cli / 19325748827

13 Nov 2025 08:49AM UTC coverage: 54.419% (-0.3%) from 54.699%
19325748827

Pull #4372

github

web-flow
Merge e70f78d92 into a057b7430
Pull Request #4372: fix: toggle `DENO_NO_PACKAGE_JSON` conditionally

3 of 3 new or added lines in 1 file covered. (100.0%)

160 existing lines in 12 files now uncovered.

6361 of 11689 relevant lines covered (54.42%)

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

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