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 91fbd63 commit f3eabf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +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 }}
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -85,6 +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 }}
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f3eabf5

Please sign in to comment.