Skip to content

Commit

Permalink
Change path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 8, 2024
1 parent a151020 commit 174fdef
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ jobs:
if: inputs.branch_name
with:
ref: ${{github.event.inputs.branch}}
path: mmg
#path: mmg

# checkout the event branch for automatic workflows
- uses: actions/checkout@v3
if: inputs.branch_name == ''
with:
path: mmg
#with:
# path: mmg


- name: Configure Mmg with static libs (default behaviour)
run: |
cmake -Smmg -Bbuild \
cmake -S. -Bbuild \
-DCMAKE_C_FLAGS="-fprofile-arcs -ftest-coverage" \
-DCMAKE_Fortran_COMPILER=gfortran-9 \
-DCMAKE_INSTALL_PREFIX=mmg-install \
Expand Down Expand Up @@ -152,8 +152,9 @@ jobs:
cd build
ctest --timeout 7200 -VV -C Debug -j 4
pwd
ls /home/runner/work/mmg/mmg/
ls /home/runner/work/mmg/mmg/mmg/src/mmg3d
ls /home/runner/work/mmg/
echo "OK"
ls /home/runner/work/mmg/mmg/src/mmg3d
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 174fdef

Please sign in to comment.