File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change 61
61
pytest -q --cov --cov-report term-missing --pyargs numba_dpex \
62
62
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
63
63
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
64
+ - name : Coveralls
65
+ uses : coverallsapp/github-action@v2
You can’t perform that action at this time.
0 commit comments