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 fad3c98 commit 213f7e6Copy full SHA for 213f7e6
.github/workflows/sonarcloud.yml
@@ -20,6 +20,10 @@ jobs:
20
with:
21
# Shallow clones should be disabled for a better relevancy of analysis
22
fetch-depth: 0
23
+ - name: Setup Cpp
24
+ uses: aminya/setup-cpp@v1
25
+ with:
26
+ compiler: llvm-17
27
- name: Install Tools
28
run: |
29
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
Makefile
@@ -24,7 +24,7 @@ BUILDKIT_PROGRESS=plain
DOCKER_COMPOSE=docker compose
# TOOLS
-COVERAGE_TOOL_OPTS=--config-file .lcovrc --ignore-errors empty --ignore-errors inconsistent
+COVERAGE_TOOL_OPTS=--config-file .lcovrc --ignore-errors empty --ignore-errors inconsistent --ignore-errors version
# C++ specific
30
SRC_DIR = src
0 commit comments