Update pytest.yml

pull/6/head
Yax 3 years ago committed by GitHub
parent 103b8da6b3
commit b14c7cee7b

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

Loading…
Cancel
Save