Skip to content

Commit

Permalink
Fix it maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt committed Feb 1, 2025
1 parent c820877 commit 4512642
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cpp-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ jobs:
pip install -r tt_metal/python_env/requirements-dev.txt
pip install -e .
${{ matrix.test-group.cmd }}
sleep 600
lcov --directory . --capture --gcov-tool /work/llvm-gcov-wrapper --output-file coverage.info
lcov --directory . --capture --gcov-tool /work/scripts/llvm-gcov-wrapper --output-file coverage.info
- uses: codecov/codecov-action@v5
if: ${{ inputs.upload_coverage }}
with:
Expand Down

0 comments on commit 4512642

Please sign in to comment.