Skip to content

Commit d9127bc

Browse files
authored
Use coveralls github action (python-ring-doorbell#332)
1 parent d7a1ac4 commit d9127bc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ jobs:
107107
tox
108108
env:
109109
TOXENV: ${{ steps.toxenv.outputs.toxenv }}
110-
- name: Report to Coveralls
111-
run: |
112-
coveralls --service=github
113-
# Only report coverage on latest Python version and skip on prior failures
110+
- name: Coveralls GitHub Action
111+
uses: coverallsapp/github-action@v2.2.3
114112
if: ${{ success() && matrix.python-version == '3.12' }}
115-
env:
116-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)