Skip to content

Commit 2e277d5

Browse files
committed
#1: test setting gcov in env file
1 parent 7718760 commit 2e277d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ FOO_BUILD_DIR=/opt/foo/build
1212
FOO_OUTPUT_DIR=/opt/foo/output
1313
FOO_TESTS_ENABLED=ON
1414
FOO_RUN_TESTS=ON
15-
FOO_COVERAGE_ENABLED=ON
15+
FOO_COVERAGE_ENABLED=ON # TODO: errors occur in CI for some images having the wrong GCOV version in workflows
1616
FOO_COVERAGE_REPORT=/opt/foo/output/cov
1717
FOO_WERROR_ENABLED=0
1818

19+
# test
20+
GCOV=gcov-12
21+
1922
# ENHANCEMENT: in CI we might add specific environment files per test environment
2023
# We might envisage in ci directory to put environment files like
2124
# - 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

Comments
 (0)