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 4fa1b9d commit 884ad96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: pytest --verbose --cov=pyzbar --cov-report xml pyzbar

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

0 comments on commit 884ad96

Please sign in to comment.