From c45afdf5da75b97ddd240419c56dac3997c10f40 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 5 Aug 2021 23:46:49 +0200 Subject: [PATCH] Working on Github Actions --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2dc3ede7..8098075b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -157,6 +157,7 @@ jobs: -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \ -DRP3D_DOUBLE_PRECISION_ENABLED=${{ matrix.config.double_precision }} \ -DRP3D_CODE_COVERAGE_ENABLED=${{ matrix.config.coverage }} \ + -DCODE_COVERAGE_VERBOSE=True \ -DRP3D_COMPILE_TESTS=True \ -G "${{ matrix.config.generators }}" \