@ -4,4 +4,4 @@ builld/logs
build/temp
build/test
.vscode
encounter_test.sh
#encounter_test.sh
@ -0,0 +1,8 @@
#Small scirpt to run the tests and generate the coverage report
#cleans artifacts before building
date
ceedling clean
ceedling gcov:encounter
ceedling utils:gcov
cd build/artifacts/gcov
xdg-open GcovCoverageResults.html &
@ -99,4 +99,5 @@
- stdout_pretty_tests_report
- module_generator
- xml_tests_report
...
- gcov