Skip to content

Commit 3df0cb8

Browse files
Added missing sources root in coverage script.
1 parent b2455df commit 3df0cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
source .venv/bin/activate
178178
python3 scripts/cmake.py ${{ env.BUILD_TYPE }} ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} --warnings --coverage
179179
python3 scripts/tools/run_unit_tests.py ${{ env.BUILD_TYPE }}
180-
python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }}
180+
python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} inference_client
181181
timeout-minutes: 5
182182
continue-on-error: true
183183
env:

0 commit comments

Comments
 (0)