Skip to content

Commit 048c272

Browse files
author
kr-2003
committed
using 22.04 for coverage
1 parent 2c925ab commit 048c272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
llvm_enable_projects: "clang"
7474
llvm_targets_to_build: "host;NVPTX"
7575
# Ubuntu X86 Jobs
76-
- name: ubu24-x86-gcc12-clang-repl-20-coverage
77-
os: ubuntu-24.04
76+
- name: ubu22-x86-gcc12-clang-repl-20-coverage
77+
os: ubuntu-22.04
7878
compiler: gcc-12
7979
clang-runtime: '20'
8080
cling: Off
@@ -324,7 +324,7 @@ jobs:
324324
# Create lcov report
325325
# capture coverage info
326326
vers="${CC#*-}"
327-
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers} --ignore-errors mismatch
327+
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers}
328328
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/unittests/*' --output-file coverage.info
329329
# output coverage data for debugging (optional)
330330
lcov --list coverage.info

0 commit comments

Comments
 (0)