Skip to content

Commit ea8bb3d

Browse files
committed
Fix compilation issue in code-coverage.
1 parent d28fc7a commit ea8bb3d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,8 @@ jobs:
3939
if: contains( matrix.os, 'ubuntu')
4040
run: |
4141
sudo apt-get install lcov
42-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
43-
sudo apt-get update
44-
sudo apt-get install -y gcc-14 gfortran-14
45-
sudo update-alternatives \
46-
--install /usr/bin/gcc gcc /usr/bin/gcc-14 100 \
47-
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-14 \
48-
--slave /usr/bin/gcov gcov /usr/bin/gcov-14
4942
50-
- name: Run test to generate the coverage.
43+
- name: Run tests to generate the coverage.
5144
run: | # Use fpm gnu ci to check xdp and qp
5245
python config/fypp_deployment.py #--with_xdp --with_qp
5346
fpm test --profile debug --flag '-coverage'

0 commit comments

Comments
 (0)