test cleant up report folder
This commit is contained in:
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*.out
|
||||
*_Runner.c
|
||||
*_Runner.c
|
||||
/report
|
||||
@@ -44,6 +44,8 @@ if test_report:
|
||||
print("")
|
||||
print("Generating report")
|
||||
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'")
|
||||
print("Done: See report/index.html")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user