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