Skip to content

Commit

Permalink
Update coveralls options required in v2
Browse files Browse the repository at this point in the history
Option 'path-to-lcov' is deprecated, using 'file' instead.
Using option 'format' to set coverage report format.
  • Loading branch information
bjosv committed Apr 8, 2024
1 parent 9d75e6c commit c38bf93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.info
file: coverage.info
format: lcov

cmake:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c38bf93

Please sign in to comment.