Update pytest.yml

This commit is contained in:
Yax 2021-08-15 14:35:33 +02:00 committed by GitHub
parent 103b8da6b3
commit b14c7cee7b

View file

@ -23,3 +23,7 @@ jobs:
run: poetry install
- name: poetry run pytest and coverage
run: poetry run pytest --cov .
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}