Skip to content

Commit

Permalink
Merge pull request #1446 from IntelPython/fix/coveralls-sources
Browse files Browse the repository at this point in the history
Fix coveralls sources
  • Loading branch information
ZzEeKkAa authored Apr 30, 2024
2 parents 72a3167 + 32d8eb7 commit ebc5ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Ignoring test due to opencl driver optimization bug
- name: Run tests with coverage
run: |
pytest -q --cov --cov-report xml --pyargs numba_dpex \
pytest -q --cov=./ --cov-report xml --pyargs numba_dpex \
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
- name: Coveralls
Expand Down

0 comments on commit ebc5ed4

Please sign in to comment.