We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012cc56 commit 276ac3cCopy full SHA for 276ac3c
.github/workflows/ci-sharkfuser.yml
@@ -108,12 +108,14 @@ jobs:
108
if: ${{ matrix.name != 'Ubuntu (GCC 13, Code Coverage)' }}
109
working-directory: ${{ env.SHARKFUSER_DIR }}
110
run: |
111
+ source .venv/bin/activate
112
ctest --test-dir build --output-on-failure --extra-verbose --timeout 30
113
114
- name: Code coverage sharkfuser
115
if: ${{ matrix.name == 'Ubuntu (GCC 13, Code Coverage)' }}
116
117
118
119
ctest --test-dir build -T test -T coverage --timeout 30
120
lcov --capture --directory build --output-file build/coverage.info
121
lcov --remove build/coverage.info '/usr/*' --output-file build/coverage.info
0 commit comments