Skip to content

Commit ff68f4d

Browse files
authored
Enhance fpm deployment for coverage including examples
Added fpm run --example command to deployment workflow for coverage analysis
1 parent 1f6e3a0 commit ff68f4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- run: | # Use fpm gnu ci to check xdp and qp
105105
python config/fypp_deployment.py --with_xdp --with_qp
106106
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
107+
fpm run --example --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
107108
108109
- name: Create coverage report
109110
run: |

0 commit comments

Comments
 (0)