diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 691c61a4..efb88804 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -57,7 +57,7 @@ jobs: uses: coverallsapp/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ./coverage.lcov + file: ./coverage.lcov - name: Tear down docker-compose containers run: docker-compose stop |