test cleant up report folder
This commit is contained in:
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
*.out
|
*.out
|
||||||
*_Runner.c
|
*_Runner.c
|
||||||
|
/report
|
||||||
@@ -44,6 +44,8 @@ if test_report:
|
|||||||
print("")
|
print("")
|
||||||
print("Generating report")
|
print("Generating report")
|
||||||
print("-----------------------")
|
print("-----------------------")
|
||||||
|
os.system("rm -r report")
|
||||||
|
os.system("mkdir report")
|
||||||
os.system("gcovr -r ../ --html-details -o report/index.html --exclude-directories '\.\./examples' --exclude-directories 'src/.*' --exclude-directories 'unity' --exclude 'lv_test_.*\.c'")
|
os.system("gcovr -r ../ --html-details -o report/index.html --exclude-directories '\.\./examples' --exclude-directories 'src/.*' --exclude-directories 'unity' --exclude 'lv_test_.*\.c'")
|
||||||
print("Done: See report/index.html")
|
print("Done: See report/index.html")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user