From ab04c42265b8cdca64fb552f2255fa71e5fcf8f7 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 1 Jul 2022 10:50:15 +0200 Subject: [PATCH] Set path to coverage file --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6d025c5f..d62eeefe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} + path-to-lcov: .coverage if: matrix.python-version == 3.8 - name: Save coverage result artifacts