Open ay0503 opened 2 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/notifications.js | 7 | 8 | 87.5% | ||
<!-- | Total: | 7 | 8 | 87.5% | --> |
Totals | |
---|---|
Change from base Build 10607818019: | 0.0% |
Covered Lines: | 22324 |
Relevant Lines: | 25583 |
Reduced the cognitive complexity of notification.js by reducing the nesting level within the ForEach callback of the notifications list. As a result, the code is a bit more modular and easier to read through the division of multiple helpers.