We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59051e6 commit b194a78Copy full SHA for b194a78
.github/workflows/testci.yml
@@ -215,7 +215,7 @@ jobs:
215
- name: Configure and compile MNE-CPP (Linux)
216
if: matrix.os == 'ubuntu-24.04'
217
run: |
218
- cmake -B build -S src -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON
+ cmake -B build -S src -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON -DWITH_CODE_COV=ON
219
cmake --build build
220
- name: Configure and compile MNE-CPP (MacOS)
221
if: matrix.os == 'macos-26'
0 commit comments