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

supabase / cli / 19331858962

13 Nov 2025 12:40PM UTC coverage: 55.051% (+0.4%) from 54.689%
19331858962

Pull #4381

github

web-flow
Merge 897ea3f61 into 9f3ad132d
Pull Request #4381: feat: `functions download foo --use-api`

94 of 139 new or added lines in 2 files covered. (67.63%)

156 existing lines in 11 files now uncovered.

6507 of 11820 relevant lines covered (55.05%)

6.29 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