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

atlp-rwanda / hackers-ec-Fe / #1188

24 Jul 2024 11:24AM UTC coverage: 92.799% (-0.03%) from 92.824%
#1188

push

web-flow
Merge pull request #44 from atlp-rwanda/ft-stripe-payment-187419028

#187419028 implementation of stripe payment API

794 of 977 branches covered (81.27%)

Branch coverage included in aggregate %.

343 of 357 new or added lines in 8 files covered. (96.08%)

4 existing lines in 3 files now uncovered.

8819 of 9382 relevant lines covered (94.0%)

17.01 hits per line

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

83.33
/src/utils/statusColor.ts
1
const getStatusColor = (status: string) => {
1✔
2
        switch (status.toLowerCase()) {
2✔
3
                case 'canceled':
2!
NEW
4
                        return 'text-action-error font-medium';
×
5
                case 'delivered':
2✔
6
                        return 'text-action-success font-bold';
1✔
7
                case 'pending':
2!
8
                default:
2✔
9
                        return 'text-neutral-black font-medium';
1✔
10
        }
2✔
11
};
2✔
12

1✔
13
export default getStatusColor;
1✔
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

© 2026 Coveralls, Inc