Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 8, 2024
1 parent df5c923 commit a151020
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,16 @@ jobs:
run: |
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
- name: Upload coverage to Codecov
#if: inputs.CODE_COVERAGE
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a151020

Please sign in to comment.