Skip to content

Commit 32d8eb7

Browse files
committed
Fix coveralls sources
1 parent 72a3167 commit 32d8eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Ignoring test due to opencl driver optimization bug
5555
- name: Run tests with coverage
5656
run: |
57-
pytest -q --cov --cov-report xml --pyargs numba_dpex \
57+
pytest -q --cov=./ --cov-report xml --pyargs numba_dpex \
5858
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
5959
6060
- name: Coveralls

0 commit comments

Comments
 (0)