Skip to content

Commit 98f3b05

Browse files
committed
Use official github actions for coveralls
1 parent c991485 commit 98f3b05

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,5 @@ jobs:
6161
pytest -q --cov --cov-report term-missing --pyargs numba_dpex \
6262
-k 'not test_1d_strided_dpnp_array_in_kernel[2]'
6363
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

0 commit comments

Comments
 (0)