diff --git a/Utils/scripts/analysis.sh b/Utils/scripts/analysis.sh
index f67844380b24f9b9d8305252a3a7cfa93a19f5a6..32f6a070b42f7f933e79f2d04c2929a9037329b3 100755
--- a/Utils/scripts/analysis.sh
+++ b/Utils/scripts/analysis.sh
@@ -13,7 +13,7 @@ lcov_cobertura.py scalfmm.lcov --output scalfmm-coverage.xml
 gcovr -r $PWD
 
 ## filter sources:
-export SOURCES_TO_ANALYZE="Src Examples Tests UTests"
+export SOURCES_TO_ANALYZE="include src Examples Tests UTests"
 
 # run cppcheck analysis
 # commented for now because too long