From b14c7cee7b5733c4f20b977ad70ad016ac6e6e55 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 15 Aug 2021 14:35:33 +0200 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 }}