Skip to content

Commit

Permalink
[#117] Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Oct 23, 2021
1 parent 6ded598 commit 7a07c41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
- name: Run tests
run: pytest --verbose --cov=pyzbar pyzbar

- name: Upload coverage
run: coveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a07c41

Please sign in to comment.