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

[ROCm/hip-tests commit: 0c7fa43b5e]
This commit is contained in:
milos-mozetic
2023-07-11 10:40:40 +02:00
committed by GitHub
parent 047d0370cd
commit 4314b86c16
12 changed files with 1335 additions and 261 deletions
+5 -5
View File
@@ -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