Skip to content

Commit 7098c7c

Browse files
committed
fedora-44-sv-codecov: add s-v live tests
TODO: Collect coverage data.
1 parent f6fb43c commit 7098c7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,8 @@ jobs:
911911
- run: rm -r prep
912912
- name: Running suricata-verify
913913
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
914916
- run: llvm-profdata merge -o default.profdata $(find suricata-verify/tests/ -name '*.profraw')
915917
- run: llvm-cov export ./src/suricata -instr-profile=default.profdata -format=lcov --ignore-filename-regex="^/(root|usr|rustc|github)/.*" --skip-branches > coverage.lcov
916918
- name: Upload coverage.lcov artifact

0 commit comments

Comments
 (0)