Update pytest.yml

This commit is contained in:
Yax 2021-08-15 14:53:43 +02:00 committed by GitHub
parent 242044431b
commit b3056966ea

View file

@ -22,9 +22,9 @@ jobs:
- name: poetry install
run: poetry install
- name: poetry run pytest and coverage
run: poetry run pytest --cov .
run: poetry run pytest --cov . --cov-report xml
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.xml