Update pytest.yml
This commit is contained in:
parent
b14c7cee7b
commit
b54a58d10d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
|
@ -22,8 +22,9 @@ jobs:
|
||||||
- name: poetry install
|
- name: poetry install
|
||||||
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 . --cov-report xml
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
path-to-lcov: coverage.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue