Update pytest.yml

This commit is contained in:
Yax
2021-08-15 14:39:14 +02:00
committed by GitHub
parent b14c7cee7b
commit b54a58d10d
+2 -1
View File
@@ -22,8 +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