diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e46abc2..6182716 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: coverage.xml +