fix: catch AbortErrors in storybook tests and patch @reatom/core #164
Annotations
2 errors, 3 warnings, and 2 notices
|
test
Process completed with exit code 1.
|
|
test
Fallow audit failed (gate: new-only, 1 finding(s) at error severity in changed files)
|
|
High CRAP score (moderate):
.storybook/abortErrorGuard.ts#L76
Function '<arrow>' has a CRAP score of 30.0 (threshold: 30.0).
• Severity: moderate
• Cyclomatic: 5
• Cognitive: 3
• CRAP: 30.0 (threshold: 30.0)
• Lines: 9
CRAP combines complexity with coverage: high CRAP means changes here carry high risk.
Consider adding tests, simplifying the function, or both.
|
|
High CRAP score (high):
src/pages/chat/ui/ChatNavItem.tsx#L11
Function 'ChatNavItem' has a CRAP score of 56.0 (threshold: 30.0).
• Severity: high
• Cyclomatic: 7
• Cognitive: 6
• CRAP: 56.0 (threshold: 30.0)
• Lines: 30
CRAP combines complexity with coverage: high CRAP means changes here carry high risk.
Consider adding tests, simplifying the function, or both.
|
|
test
Fallow audit found 1 introduced issues in changed files
|
|
test
Auto-scoping analysis to files changed since PR base (ba140e5)
|
|
test
Using fallow version from action input: 2.83.0
|