File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
13
13
jobs :
14
14
coverage :
15
15
name : C++ CMake CI Coverage
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
18
18
steps :
19
19
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
13
13
jobs :
14
14
build :
15
15
name : C++ CMake CI Test
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
strategy :
18
18
matrix :
19
19
os : [
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
13
13
jobs :
14
14
lint :
15
15
name : CppCheck Lint
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
18
18
steps :
19
19
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
11
11
jobs :
12
12
build :
13
13
name : SonarCloud build and run sonar-scanner
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04
15
15
env :
16
16
# Directory where build-wrapper output will be placed
17
17
BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory
22
22
fetch-depth : 0
23
23
- name : Install Tools
24
24
run : |
25
+ sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
25
26
sudo apt-get install lcov
26
27
pip install gcovr
27
28
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ BUILDKIT_PROGRESS=plain
24
24
DOCKER_COMPOSE =docker compose
25
25
26
26
# TOOLS
27
- COVERAGE_TOOL_OPTS =--config-file .lcovrc
27
+ COVERAGE_TOOL_OPTS =--config-file .lcovrc --ignore-errors empty
28
28
29
29
# C++ specific
30
30
SRC_DIR = src
You can’t perform that action at this time.
0 commit comments