Skip to content

Commit 2706861

Browse files
committed
Tweak dependencies
1 parent 1cb3728 commit 2706861

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3939
compiler:
4040
# you can specify the version after `-` like "llvm-13.0.0".
41-
- gcc-11
41+
- gcc-14
4242
generator:
4343
- "Ninja Multi-Config"
4444
build_type:

gcovr.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude-directories = out/*/*/_deps
99
exclude-directories = test
1010
exclude-directories = fuzz_test
1111

12-
gcov-ignore-parse-errors = yes
12+
gcov-ignore-parse-errors = all
1313
print-summary = yes
1414

1515
html-details = ./out/coverage/index.html

0 commit comments

Comments
 (0)