Skip to content

Commit 6e2a9c9

Browse files
fix: update complexity report command to include additional source directories
1 parent 83fcdff commit 6e2a9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality-score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run complexity and metrics analysis
3333
run: |
3434
npm install -g complexity-report
35-
cr -f json -o complexity-report.json src pages components
35+
cr -f json -o complexity-report.json pages components lib utils
3636
3737
- name: Run Maintainability Check (Plato)
3838
run: |

0 commit comments

Comments
 (0)