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 24a83d5 commit 367c994Copy full SHA for 367c994
.github/workflows/CI.yml
@@ -62,6 +62,7 @@ jobs:
62
if: contains( matrix.gcc_v, 10 )
63
run: |
64
mkdir -p ${{ env.COV_DIR }}
65
+ mv ./build/gfortran_*/*/* ${{ env.COV_DIR }}
66
lcov --capture --initial --base-directory . --directory build/gfortran_*/ --output-file ${{ env.COV_DIR }}/coverage.base
67
lcov --capture --base-directory . --directory build/gfortran_*/ --output-file ${{ env.COV_DIR }}/coverage.capture
68
lcov --add-tracefile ${{ env.COV_DIR }}/coverage.base --add-tracefile ${{ env.COV_DIR }}/coverage.capture --output-file ${{ env.COV_DIR }}/coverage.info
0 commit comments