Skip to content

Commit

Permalink
[#117] Fix coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Oct 23, 2021
1 parent 7a07c41 commit 56afe9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
pip install coveralls>=3.2.0
- name: Run tests
run: pytest --verbose --cov=pyzbar pyzbar
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.idea
.tox
MANIFEST.in
coverage.xml
build
dist
htmlcov
Expand Down

0 comments on commit 56afe9d

Please sign in to comment.