diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..3f4e14e --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +János Euler diff --git a/encounter_test.sh b/run_test_display_gcov.sh similarity index 72% rename from encounter_test.sh rename to run_test_display_gcov.sh index 1a2253d..3926413 100644 --- a/encounter_test.sh +++ b/run_test_display_gcov.sh @@ -2,7 +2,7 @@ #cleans artifacts before building date ceedling clean -ceedling gcov:encounter +ceedling gcov:all ceedling utils:gcov cd build/artifacts/gcov -xdg-open GcovCoverageResults.html & +xdg-open GcovCoverageResults.html