Skip to content

Commit 2aa83de

Browse files
committed
Add extended and quadruple precision to the coverage.
1 parent f46311d commit 2aa83de

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
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Run tests to generate the coverage.
4444
run: | # Use fpm gnu ci to check xdp and qp
45-
python config/fypp_deployment.py #--with_xdp --with_qp
45+
python config/fypp_deployment.py --with_xdp --with_qp
4646
fpm test --profile release --flag '-coverage'
4747
4848
- name: Create coverage report

0 commit comments

Comments
 (0)