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 d28fc7a commit ea8bb3dCopy full SHA for ea8bb3d
.github/workflows/codecov.yml
@@ -39,15 +39,8 @@ jobs:
39
if: contains( matrix.os, 'ubuntu')
40
run: |
41
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
49
50
- - name: Run test to generate the coverage.
+ - name: Run tests to generate the coverage.
51
run: | # Use fpm gnu ci to check xdp and qp
52
python config/fypp_deployment.py #--with_xdp --with_qp
53
fpm test --profile debug --flag '-coverage'
0 commit comments