Update pytest.yml
This commit is contained in:
parent
103b8da6b3
commit
b14c7cee7b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
@ -23,3 +23,7 @@ jobs:
|
|||
run: poetry install
|
||||
- name: poetry run pytest and coverage
|
||||
run: poetry run pytest --cov .
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue