File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -369,9 +369,9 @@ jobs:
369369 echo "$DIFF_OUTPUT" > complexity-report/diff.txt
370370
371371 # Also create a more detailed report of top 10 most complex files
372- wily rank mcp_nixos -n 10 mi > complexity-report/top10_maintainability.txt
373- wily rank mcp_nixos -n 10 raw.loc > complexity-report/top10_loc.txt
374- wily rank mcp_nixos -n 10 cyclomatic.complexity > complexity-report/top10_cyclomatic.txt
372+ wily rank mcp_nixos maintainability.mi --limit 10 --desc > complexity-report/top10_maintainability.txt
373+ wily rank mcp_nixos raw.loc --limit 10 --desc > complexity-report/top10_loc.txt
374+ wily rank mcp_nixos cyclomatic.complexity --limit 10 --desc > complexity-report/top10_cyclomatic.txt
375375
376376 - name : Upload complexity report
377377 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments