Skip to content

Commit d933b31

Browse files
committed
Remove coverage options from the release build.
1 parent e9ec891 commit d933b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- run: | # Use fpm gnu ci to check xdp and qp
5757
python config/fypp_deployment.py --with_xdp --with_qp
58-
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
58+
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP'
5959
6060
- run: | # Use fpm gnu ci to check xdp and qp
6161
python config/fypp_deployment.py --with_xdp --with_qp

0 commit comments

Comments
 (0)