We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7718760 commit 2e277d5Copy full SHA for 2e277d5
.env
@@ -12,10 +12,13 @@ FOO_BUILD_DIR=/opt/foo/build
12
FOO_OUTPUT_DIR=/opt/foo/output
13
FOO_TESTS_ENABLED=ON
14
FOO_RUN_TESTS=ON
15
-FOO_COVERAGE_ENABLED=ON
+FOO_COVERAGE_ENABLED=ON # TODO: errors occur in CI for some images having the wrong GCOV version in workflows
16
FOO_COVERAGE_REPORT=/opt/foo/output/cov
17
FOO_WERROR_ENABLED=0
18
19
+# test
20
+GCOV=gcov-12
21
+
22
# ENHANCEMENT: in CI we might add specific environment files per test environment
23
# We might envisage in ci directory to put environment files like
24
# - current .env and specific per setup like .env.{test_environment_name} (e.g. .env.wf-amd64-ubuntu-18.04-gcc-8-cpp)
0 commit comments