Update pytest.yml

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

@ -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

Loading…
Cancel
Save