Skip to content

Commit 601fe74

Browse files
committed
Added compilation flags for xdp and qp.
1 parent 2aa83de commit 601fe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests to generate the coverage.
4444
run: | # Use fpm gnu ci to check xdp and qp
4545
python config/fypp_deployment.py --with_xdp --with_qp
46-
fpm test --profile release --flag '-coverage'
46+
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
4747
4848
- name: Create coverage report
4949
run: |

0 commit comments

Comments
 (0)