Skip to content

Commit 6d37407

Browse files
committed
test
1 parent 63c8d44 commit 6d37407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH
103103
pushd .
104104
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"
105+
cov_param="--cov=torch_tensorrt --cov-report= --cov-config=pyproject.toml"
106106
107107
# test dynamo backend
108108
python -m pytest -m critical ${cov_param} -n 4 tests/py/dynamo/backend/

0 commit comments

Comments
 (0)