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

stacklok / codegate-ui / 13926710530

18 Mar 2025 03:10PM UTC coverage: 66.452%. Remained the same
13926710530

Pull #398

github

web-flow
Merge 4d0686f10 into 5d463ef04
Pull Request #398: Normalize casing on UI titles & labels

428 of 707 branches covered (60.54%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

913 of 1311 relevant lines covered (69.64%)

40.38 hits per line

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

42.86
/src/features/dashboard-messages/lib/get-provider-string.ts
1
export function getProviderString(provider: string | null): string {
2
  switch (provider) {
29!
3
    case 'copilot':
NEW
4
      return 'GitHub Copilot'
×
5
    case null:
6
      return 'Unknown provider'
×
7
    default:
8
      return provider
29✔
9
  }
10
}
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