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

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

23 Jul 2024 01:45PM UTC coverage: 92.72% (-0.004%) from 92.724%
#1136

Pull #44

Angemichel12
feat:(stripe payment): implementation of stripe payment 187419028
Pull Request #44: #187419028 implementation of stripe payment API

753 of 926 branches covered (81.32%)

Branch coverage included in aggregate %.

342 of 357 new or added lines in 8 files covered. (95.8%)

3 existing lines in 2 files now uncovered.

8634 of 9198 relevant lines covered (93.87%)

15.92 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

© 2025 Coveralls, Inc