Skip to content

Commit 4ff3ada

Browse files
committed
Run coveralls for all pull requests
1 parent 98f3b05 commit 4ff3ada

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
branches:
55
- main
66
pull_request:
7-
paths:
8-
- 'numba_dpex/**'
9-
- environment/coverage.yml
10-
- pyproject.toml
117

128
permissions: read-all
139

@@ -58,8 +54,8 @@ jobs:
5854
# Ignoring test due to opencl driver optimization bug
5955
- name: Run tests with coverage
6056
run: |
61-
pytest -q --cov --cov-report term-missing --pyargs numba_dpex \
57+
pytest -q --cov --cov-report xml --pyargs numba_dpex \
6258
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
6359
6460
- name: Coveralls
65-
uses: coverallsapp/github-action@v2
61+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)