Skip to content

Commit

Permalink
Regenerate artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed May 22, 2024
1 parent a611280 commit 42293a3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,12 @@ jobs:
- name: Coveralls.io Upload
if: ${{ matrix.coverage == 'cov' }}
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
format: lcov
files: "./coverage.info"
github-token: ${{ secrets.github_token }}
coverage-reporter-version: v0.6.10

- name: Failure display available binaries
if: ${{ failure() }}
Expand Down Expand Up @@ -422,11 +423,12 @@ jobs:
- name: Coveralls.io Upload
if: ${{ matrix.coverage == 'cov' }}
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
format: lcov
files: "./coverage.info"
github-token: ${{ secrets.github_token }}
coverage-reporter-version: v0.6.10

- name: Failure display available binaries
if: ${{ failure() }}
Expand Down Expand Up @@ -626,11 +628,12 @@ jobs:
- name: Coveralls.io Upload
if: ${{ matrix.coverage == 'cov' }}
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
format: lcov
files: "./coverage.info"
github-token: ${{ secrets.github_token }}
coverage-reporter-version: v0.6.10

- name: Failure display available binaries
if: ${{ failure() }}
Expand Down

0 comments on commit 42293a3

Please sign in to comment.