We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa83de commit 601fe74Copy full SHA for 601fe74
.github/workflows/codecov.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests to generate the coverage.
44
run: | # Use fpm gnu ci to check xdp and qp
45
python config/fypp_deployment.py --with_xdp --with_qp
46
- fpm test --profile release --flag '-coverage'
+ fpm test --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
47
48
- name: Create coverage report
49
run: |
0 commit comments