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 1cb3728 commit 2706861Copy full SHA for 2706861
2 files changed
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
# Learn more about CodeQL language support at https://git.io/codeql-language-support
39
compiler:
40
# you can specify the version after `-` like "llvm-13.0.0".
41
- - gcc-11
+ - gcc-14
42
generator:
43
- "Ninja Multi-Config"
44
build_type:
gcovr.cfg
@@ -9,7 +9,7 @@ exclude-directories = out/*/*/_deps
9
exclude-directories = test
10
exclude-directories = fuzz_test
11
12
-gcov-ignore-parse-errors = yes
+gcov-ignore-parse-errors = all
13
print-summary = yes
14
15
html-details = ./out/coverage/index.html
0 commit comments