Open mohamed-elzeni opened 2 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/meta/errors.js | 1 | 76.74% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 10550029021: | 0.01% |
Covered Lines: | 22326 |
Relevant Lines: | 25585 |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Issue: The function
Groups.update
in file src/groups/update.js has a complex control flow, causing its Cognitive Complexity on SonarCloud to reach 27, which is higher than the allowed 15. resolves #43Fix: This reduces the Cognitive Complexity of
Groups.update
by refactoring it into smaller, easier-to-manage pieces. This was tested by the linting and testing suite and SonarCloud.