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 98f3b05 commit 4ff3adaCopy full SHA for 4ff3ada
.github/workflows/coverage.yml
@@ -4,10 +4,6 @@ on:
4
branches:
5
- main
6
pull_request:
7
- paths:
8
- - 'numba_dpex/**'
9
- - environment/coverage.yml
10
- - pyproject.toml
11
12
permissions: read-all
13
@@ -58,8 +54,8 @@ jobs:
58
54
# Ignoring test due to opencl driver optimization bug
59
55
- name: Run tests with coverage
60
56
run: |
61
- pytest -q --cov --cov-report term-missing --pyargs numba_dpex \
57
+ pytest -q --cov --cov-report xml --pyargs numba_dpex \
62
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
63
64
- name: Coveralls
65
- uses: coverallsapp/github-action@v2
+ uses: coverallsapp/github-action@v2
0 commit comments