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 0bfb519 commit c876d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
pip install -r requirements-test.txt
- name: Run tests
run: pytest --verbose --cov=pyzbar --cov-report xml pyzbar
run: pytest --verbose --cov=pyzbar pyzbar

- name: Upload coverage
if: "runner.python-version != 2.7"
if: ${{ matrix.python-version == 3.10 && runner.os == 'Linux' }}
run: |
pip install coveralls>=3.2.0
coveralls --service=github
Expand Down

0 comments on commit c876d01

Please sign in to comment.