From 5a90d73ec04f721683d77bf1d90404d66c00c8b8 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 16 Jun 2020 18:25:41 -0400 Subject: [PATCH] docs --- unit_tests/ci_gcov.sh | 5 +++++ unit_tests/run_gcov.bat | 3 +++ unit_tests/run_gcov.sh | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/unit_tests/ci_gcov.sh b/unit_tests/ci_gcov.sh index d36e1b5c82..e77c0ae8d1 100755 --- a/unit_tests/ci_gcov.sh +++ b/unit_tests/ci_gcov.sh @@ -1,5 +1,10 @@ #!/bin/bash +# +# this one used by github actions +# this scripts replaces run_gcov.sh +# + rm -rf gcov_working_area mkdir gcov_working_area diff --git a/unit_tests/run_gcov.bat b/unit_tests/run_gcov.bat index 09570e7448..0efdc00527 100644 --- a/unit_tests/run_gcov.bat +++ b/unit_tests/run_gcov.bat @@ -1,4 +1,7 @@ +echo TL,DR: gcov does NOT work on windows! +exit + rm -rf gcov_working_area mkdir gcov_working_area diff --git a/unit_tests/run_gcov.sh b/unit_tests/run_gcov.sh index b7edf84fa1..74c955598b 100755 --- a/unit_tests/run_gcov.sh +++ b/unit_tests/run_gcov.sh @@ -1,5 +1,10 @@ #!/bin/bash +# +# this script is now replaced by ci_gcov.sh which is executed by Github actions +# this script is part of the legacy non-github jenkins which is no longer needed +# + rm -rf gcov_working_area mkdir gcov_working_area