File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments