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 0493b3b commit 95d9a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: pytest --verbose --cov=pyzbar --cov-report xml pyzbar

- name: Upload coverage
if: runner.python-version != '2.7'
run: |
pip install coveralls>=3.2.0
coveralls --service=github
Expand Down

0 comments on commit 95d9a01

Please sign in to comment.