Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
octoflar authored Jun 22, 2024
1 parent f3eabf5 commit a261b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --repeat until-pass:1

- name: Upload coverage reports to Codecov
if: ${{ env.BUILD_TYPE == Debug }}
if: ${{env.BUILD_TYPE}} == Debug
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --repeat until-pass:1

- name: Upload coverage reports to Codecov
if: ${{ env.BUILD_TYPE == Debug }}
if: ${{env.BUILD_TYPE}} == Debug
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a261b2a

Please sign in to comment.