Skip to content

Commit

Permalink
Update run_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Oct 16, 2024
1 parent 277135b commit 8a5400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ count -eq 0 ]]; then
exit 1
fi

COV_ARGS=(--no-cov)
declare -a COV_ARGS=()
if [ -n "$COVERAGE_RCFILE" ]; then
COV_ARGS=(--cov=onedal --cov=sklearnex --cov-config=$COVERAGE_RCFILE --cov-append --cov-report=)
# if a sycl gpu isn't available, uncomment gpu skips in .coveragerc
Expand Down

0 comments on commit 8a5400f

Please sign in to comment.