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 d4db4cb commit 646a49fCopy full SHA for 646a49f
.github/workflows/ci.yaml
@@ -19,9 +19,9 @@ jobs:
19
fail-fast: false
20
matrix:
21
env:
22
- - IMAGE: rolling-source
23
- NAME: ccov
24
- TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
+ # - IMAGE: rolling-source
+ # NAME: ccov
+ # TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
25
- IMAGE: rolling-source
26
CLANG_TIDY: pedantic
27
- IMAGE: jazzy-source
0 commit comments