Update pytest.yml

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

View file

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