You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_and_test.yml
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ on:
9
9
10
10
env:
11
11
BUILD_DIR: Dist
12
-
GCOVR_FLAGS: --gcov-ignore-parse-errors --exclude-throw-branches --filter Common --filter Pcap --filter Packet --xml
12
+
GCOVR_FLAGS: --gcov-ignore-errors all --gcov-ignore-parse-errors all --merge-mode-functions=separate --exclude-throw-branches --filter Common --filter Pcap --filter Packet --xml
13
13
CCACHE_DIR: ${{ github.workspace }}/.ccache
14
14
CPPCHECK_VERSION: 2.9
15
15
@@ -57,6 +57,7 @@ jobs:
57
57
runs-on: ${{ matrix.runner }}
58
58
container: seladb/${{ matrix.image }}
59
59
strategy:
60
+
fail-fast: false
60
61
matrix:
61
62
include: # Check the images at https://github.com/seladb/PcapPlusPlus-DockerImages
0 commit comments