Skip to content

Commit 367c994

Browse files
committed
CI update for newest FPM
1 parent 24a83d5 commit 367c994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
if: contains( matrix.gcc_v, 10 )
6363
run: |
6464
mkdir -p ${{ env.COV_DIR }}
65+
mv ./build/gfortran_*/*/* ${{ env.COV_DIR }}
6566
lcov --capture --initial --base-directory . --directory build/gfortran_*/ --output-file ${{ env.COV_DIR }}/coverage.base
6667
lcov --capture --base-directory . --directory build/gfortran_*/ --output-file ${{ env.COV_DIR }}/coverage.capture
6768
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

Comments
 (0)