From 97076f4843c4501c0b3a13959fcc1d2b9a10a690 Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Mon, 17 Feb 2025 09:58:36 +0100 Subject: [PATCH] Trying to fix coveralls --- .github/workflows/autotests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autotests.yml b/.github/workflows/autotests.yml index 50b5660a..fc658a58 100644 --- a/.github/workflows/autotests.yml +++ b/.github/workflows/autotests.yml @@ -28,10 +28,9 @@ jobs: - name: Run tests run: | - pytest --cov=mergin mergin/test/ + pytest --cov=mergin --cov-report=lcov mergin/test/ - name: Submit coverage to Coveralls - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - coveralls --service=github + uses: coverallsapp/github-action@v2 + with: + format: lcov