We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2455df commit 3df0cb8Copy full SHA for 3df0cb8
.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
177
source .venv/bin/activate
178
python3 scripts/cmake.py ${{ env.BUILD_TYPE }} ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} --warnings --coverage
179
python3 scripts/tools/run_unit_tests.py ${{ env.BUILD_TYPE }}
180
- python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }}
+ python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} inference_client
181
timeout-minutes: 5
182
continue-on-error: true
183
env:
0 commit comments