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