Skip to content

Commit

Permalink
ci: update Coveralls to v2.0.0
Browse files Browse the repository at this point in the history
This also replaces the deprecated `path-to-lcov` with `file`, and adds
a now semi-required `format` parameter [0].

Supersedes: #127

[0] https://github.com/coverallsapp/github-action/blob/release/v2/UPGRADE.md#v1---v2
  • Loading branch information
mrc0mmand committed Apr 10, 2023
1 parent f87568a commit 3888718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:
lcov --extract coverage.info.raw "$(pwd)/*" --rc lcov_branch_coverage=1 --output-file coverage.info
- name: Coveralls
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.info
file: ./coverage.info
format: lcov

0 comments on commit 3888718

Please sign in to comment.