diff options
author | 2023-03-21 17:14:18 +0000 | |
---|---|---|
committer | 2023-03-21 17:14:18 +0000 | |
commit | ef64124b835c955d2ed527b6b2b1b7830119b002 (patch) | |
tree | a1ee52b7ea6cb3f3b87ab3bef18243c4088c9623 /.github/workflows | |
parent | Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (diff) |
Replace removed path-to-lcov option with new ile option in coveralls CI action
Diffstat (limited to '.github/workflows')
-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 |