From b72c313ca38312bfdbddf8f1ca98ead6a4065541 Mon Sep 17 00:00:00 2001 From: Preston Waters Date: Fri, 11 Aug 2023 13:04:21 -0400 Subject: [PATCH] exclude statements take 3 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a564b6e..0a0c317 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -122,7 +122,7 @@ jobs: -D CABANA_INSTALL_DIR="\${{runner.workspace}}/build-cabana/*" -D KOKKOS_INSTALL_DIR="\${{runner.workspace}}/build-kokkos/*" -D OMEGAH_INSTALL_DIR="\${{runner.workspace}}/build-omegah/*" - -D LCOV_SYSTEM_EXCLUDE_PATHS="/usr/include/*\;/cxx/" + -D LCOV_SYSTEM_EXCLUDE_PATHS="/usr/include/*\;cxx/" - name: Run MeshFields for coverage working-directory: ${{runner.workspace}}/build-meshFields