File tree Expand file tree Collapse file tree 1 file changed +3
-30
lines changed Expand file tree Collapse file tree 1 file changed +3
-30
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
pull_request :
7
- paths :
8
- - ' numba_dpex/**'
9
- - environment/coverage.yml
10
- - pyproject.toml
11
7
12
8
permissions : read-all
13
9
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
58
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
63
59
64
- - name : Install coveralls
65
- shell : bash -l {0}
66
- run : |
67
- pip install coveralls
68
-
69
- - name : Upload coverage data to coveralls.io
70
- run : |
71
- coveralls --service=github
72
- env :
73
- GITHUB_TOKEN : ${{ secrets.github_token }}
74
- COVERALLS_PARALLEL : true
75
-
76
- coveralls :
77
- name : Indicate completion to coveralls.io
78
- needs : main
79
- runs-on : ubuntu-latest
80
- container : python:3-slim
81
- steps :
82
- - name : Coveralls Finished
83
- run : |
84
- pip3 install --upgrade coveralls
85
- coveralls --finish
86
- env :
87
- GITHUB_TOKEN : ${{ secrets.github_token }}
88
- COVERALLS_PARALLEL : true
60
+ - name : Coveralls
61
+ uses : coverallsapp/github-action@v2
You can’t perform that action at this time.
0 commit comments