EXSWHTEC-223 - Update Coverage tool (#339)

- Apply clang-format on Coverage tool and add blue color for deprecated Modules
- Change color from blue to gray for deprecated modules
- Adjust the color of green
Tento commit je obsažen v:
milos-mozetic
2023-07-11 10:40:40 +02:00
odevzdal GitHub
rodič bf50c2d2d8
revize 0c7fa43b5e
12 změnil soubory, kde provedl 1335 přidání a 261 odebrání
+5 -5
Zobrazit soubor
@@ -30,9 +30,9 @@ all: ${SRC}
${CC} ${CPPFLAGS} $^ -o ${OBJ}
clean:
rm ${OBJ}
rm *.xml
rm -r ./coverageReportHTML/testModules
rm -r ./coverageReportHTML/testAPIs
rm ./coverageReportHTML/*.html
rm -f ${OBJ}
rm -f *.xml
rm -fr ./coverageReportHTML/testModules
rm -fr ./coverageReportHTML/testAPIs
rm -f ./coverageReportHTML/*.html
.PHONY : clean