Skip to content

Commit

Permalink
Fix coverage report of xdp workflow (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin authored Dec 8, 2023
1 parent 3ffed82 commit b31bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ jobs:
sudo apt update && sudo apt -y install libpcap-dev libbpf-dev tcpreplay
- name: Configure PcapPlusPlus
run: cmake -DPCAPPP_USE_XDP=ON -S . -B $BUILD_DIR
run: cmake -DPCAPPP_USE_XDP=ON -DPCAPPP_BUILD_COVERAGE=ON -S . -B $BUILD_DIR

- name: Build PcapPlusPlus
run: cmake --build $BUILD_DIR -j
Expand Down

0 comments on commit b31bdfa

Please sign in to comment.