Skip to content

Commit b194a78

Browse files
committed
added coverage generation
1 parent 59051e6 commit b194a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: Configure and compile MNE-CPP (Linux)
216216
if: matrix.os == 'ubuntu-24.04'
217217
run: |
218-
cmake -B build -S src -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON
218+
cmake -B build -S src -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON -DWITH_CODE_COV=ON
219219
cmake --build build
220220
- name: Configure and compile MNE-CPP (MacOS)
221221
if: matrix.os == 'macos-26'

0 commit comments

Comments
 (0)