Skip to content

Commit 82654ed

Browse files
committed
Fix CI script for coverage
1 parent d3e1913 commit 82654ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: ctest --output-on-failure
7171

7272
- name: Compute Code Coverage
73-
if: runner.os == 'Linux' && ${{matrix.platform.compiler}} == 'g++' && ${{matrix.build-type}} == 'Debug'
73+
if: runner.os == 'Linux' && matrix.platform.compiler == 'g++' && matrix.build-type == 'Debug'
7474
run: |
7575
gcov ${{github.workspace}}/build/tests/CMakeFiles/oup_tests.dir/runtime_tests.cpp.gcda
7676
ls | grep '.gcov' | grep -v observable_unique_ptr | xargs -d"\n" rm

0 commit comments

Comments
 (0)