diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4975081..79af055 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.gitignore b/.gitignore index 423b8b4..05f34d3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ .idea .tox MANIFEST.in +coverage.xml build dist htmlcov