ci: add .codesceneignore — exclude tools/, e2e/, tests/, scripts/

tools/qmd/node_modules was being analyzed by CodeScene causing
artificially low average code health (worst performer at 2.41
was third-party npm code, not our code).

Also excluding e2e/, tests/, scripts/ which are support code
and should not influence production code health metrics.
This commit is contained in:
lucaronin
2026-03-13 08:48:31 +01:00
parent 68bbb19007
commit 8e0bf679f1

5
.codesceneignore Normal file
View File

@@ -0,0 +1,5 @@
# Exclude third-party tools and their dependencies from CodeScene analysis
tools/
e2e/
tests/
scripts/