Skip to content

Commit

Permalink
Use coveralls github action (python-ring-doorbell#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 authored Jan 26, 2024
1 parent d7a1ac4 commit d9127bc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ jobs:
tox
env:
TOXENV: ${{ steps.toxenv.outputs.toxenv }}
- name: Report to Coveralls
run: |
coveralls --service=github
# Only report coverage on latest Python version and skip on prior failures
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.2.3
if: ${{ success() && matrix.python-version == '3.12' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d9127bc

Please sign in to comment.