We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c8d44 commit 6d37407Copy full SHA for 6d37407
.github/workflows/build-test-linux-x86_64.yml
@@ -102,7 +102,7 @@ jobs:
102
export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH
103
pushd .
104
python -m pip install -r tests/py/requirements.txt
105
- cov_param="--cov=torch_tensorrt --cov-report=xml:${RUNNER_TEST_RESULTS_DIR}/coverage.xml --cov-config=pyproject.toml"
+ cov_param="--cov=torch_tensorrt --cov-report= --cov-config=pyproject.toml"
106
107
# test dynamo backend
108
python -m pytest -m critical ${cov_param} -n 4 tests/py/dynamo/backend/
0 commit comments