Update pytest.yml

pull/6/head
Yax 3 years ago committed by GitHub
parent 242044431b
commit b3056966ea

@ -22,9 +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