Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 8, 2024
1 parent 900f9a5 commit 441bbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
path: mmg


- name: Configure Mmg with static libs (default behaviour)
- name: Configure Mmg with static libs (default behaviour)
run: |
cmake -Smmg -Bbuild \
-DCMAKE_C_FLAGS=-fprofile-arcs -ftest-coverage \
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
ctest --timeout 7200 -VV -C Debug -j 4
- name: Upload coverage to Codecov
- name: Upload coverage to Codecov
if: inputs.CODE_COVERAGE
uses: codecov/codecov-action@v4.0.1
with:
Expand Down

0 comments on commit 441bbf7

Please sign in to comment.