diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 977be6a..9e0c6e9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 }}