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.
2 parents 72a3167 + 32d8eb7 commit ebc5ed4Copy full SHA for ebc5ed4
.github/workflows/coverage.yml
@@ -54,7 +54,7 @@ jobs:
54
# Ignoring test due to opencl driver optimization bug
55
- name: Run tests with coverage
56
run: |
57
- pytest -q --cov --cov-report xml --pyargs numba_dpex \
+ pytest -q --cov=./ --cov-report xml --pyargs numba_dpex \
58
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
59
60
- name: Coveralls
0 commit comments