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 7fe48df commit 35174e6Copy full SHA for 35174e6
ci/test_python.sh
@@ -47,6 +47,7 @@ pytest \
47
--cov=cuvs \
48
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cuvs-coverage.xml" \
49
--cov-report=term \
50
+ -s -v \
51
tests
52
53
rapids-logger "pytest cuvs-bench"
@@ -59,7 +60,6 @@ pytest \
59
60
61
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cuvs-bench-coverage.xml" \
62
- -s -v \
63
64
65
rapids-logger "Test script exiting with value: $EXITCODE"
0 commit comments