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 5aa50f2 commit 0493b3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
run: |
python -m pip install --upgrade pip==20.3.4
pip install -r requirements-test.txt
pip install coveralls>=3.2.0
- name: Run tests
run: pytest --verbose --cov=pyzbar --cov-report xml pyzbar

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.xml
- name: Upload coverage
run: |
pip install coveralls>=3.2.0
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0493b3b

Please sign in to comment.