From 11e84ae405be53a0db1d09d48a87226dcb439d00 Mon Sep 17 00:00:00 2001 From: Evian Date: Sun, 6 Aug 2023 11:35:01 +0200 Subject: [PATCH] ci: fix how to find coverage file --- .github/workflows/continous_integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continous_integration.yaml b/.github/workflows/continous_integration.yaml index 3ad6348..137b22a 100644 --- a/.github/workflows/continous_integration.yaml +++ b/.github/workflows/continous_integration.yaml @@ -52,5 +52,5 @@ jobs: - name: Upload coverage to Coveralls uses: coverallsapp/github-action@v2 with: - github-token: ${{ secrets.ADMINISTRATOR_GITHUB_TOKEN }} - path-to-lcov: coverage/lcov.info + format: python + github-token: ${{ secrets.ADMINISTRATOR_GITHUB_TOKEN }} \ No newline at end of file