Skip to content

Commit

Permalink
Update cpp-post-commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Feb 1, 2025
1 parent 4512642 commit c72f1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpp-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ jobs:
${{ matrix.test-group.cmd }}
lcov --directory . --capture --gcov-tool /work/scripts/llvm-gcov-wrapper --output-file coverage.info
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: ${{ inputs.upload_coverage }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.info
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit c72f1a2

Please sign in to comment.