We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fb43c commit 7098c7cCopy full SHA for 7098c7c
1 file changed
.github/workflows/builds.yml
@@ -911,6 +911,8 @@ jobs:
911
- run: rm -r prep
912
- name: Running suricata-verify
913
run: python3 ./suricata-verify/run.py -q --debug-failed --aggressive-cleanup
914
+ - name: Running suricata-verify live tests
915
+ run: python3 ./suricata-verify/live/run.py run
916
- run: llvm-profdata merge -o default.profdata $(find suricata-verify/tests/ -name '*.profraw')
917
- run: llvm-cov export ./src/suricata -instr-profile=default.profdata -format=lcov --ignore-filename-regex="^/(root|usr|rustc|github)/.*" --skip-branches > coverage.lcov
918
- name: Upload coverage.lcov artifact
0 commit comments