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

maximunited / yomu / 30721522564

01 Aug 2026 10:33PM UTC coverage: 84.08% (+0.2%) from 83.913%
30721522564

push

github

web-flow
Merge pull request #137 from maximunited/feat/loyalty-catalog-sync

feat: sync loyalty catalog with verification and reminders

665 of 915 branches covered (72.68%)

Branch coverage included in aggregate %.

228 of 292 new or added lines in 6 files covered. (78.08%)

3 existing lines in 2 files now uncovered.

9507 of 11183 relevant lines covered (85.01%)

33.41 hits per line

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

0.0
/src/types/admin.ts
1
export interface Brand {
×
2
  id: string;
×
3
  name: string;
×
4
  logoUrl: string;
×
5
  website: string;
×
6
  description: string;
×
7
  category: string;
×
8
  isActive: boolean;
×
9
  actionUrl?: string;
×
10
  actionType?: string;
×
11
  actionLabel?: string;
×
12
}
×
13

×
14
export interface Benefit {
×
15
  id: string;
×
16
  brandId: string;
×
17
  title: string;
×
18
  description: string;
×
19
  termsAndConditions?: string;
×
20
  redemptionMethod: string;
×
21
  promoCode?: string;
×
22
  url?: string;
×
23
  validityType: string;
×
24
  validityDuration?: number;
×
25
  isFree: boolean;
×
26
  isActive: boolean;
×
NEW
27
  lastChecked?: string | Date | null;
×
NEW
28
  verified?: boolean;
×
UNCOV
29
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc