Bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#197)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 11:57:46 +02:00 committed by GitHub
parent 23befe6522
commit fd0398188f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ jobs:
uses: jandelgado/gcov2lcov-action@v1.0.9 uses: jandelgado/gcov2lcov-action@v1.0.9
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
- name: Coveralls - name: Coveralls
uses: coverallsapp/github-action@v2.2.0 uses: coverallsapp/github-action@v2.2.1
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov path-to-lcov: coverage.lcov