Skip to content

Commit

Permalink
Merge pull request #19 from rieske/renovate/coverallsapp-github-actio…
Browse files Browse the repository at this point in the history
…n-2.x

Update coverallsapp/github-action action to v2.2.1
  • Loading branch information
rieske authored Jul 16, 2023
2 parents 83aadea + 062705e commit 1381de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: build
run: cat coverage/*.info >> coverage/lcov.info
- name: Upload code coverage report to coveralls
uses: coverallsapp/github-action@v2.1.2
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: build/coverage/lcov.info
Expand Down

0 comments on commit 1381de4

Please sign in to comment.