Skip to content

Commit 1d411ba

Browse files
authored
Update Coveralls action in CI workflow (#3086)
1 parent 7acbb05 commit 1d411ba

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ jobs:
155155
# github-token: ${{ secrets.GITHUB_TOKEN }}
156156
# flag-name: run-${{ matrix.trixi_test }}-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}-${{ github.run_id }}
157157
# parallel: true
158-
# path-to-lcov: ./lcov.info
158+
# file: ./lcov.info
159+
# format: lcov
159160
# Instead, we use a more tedious approach:
160161
# - Store all individual coverage files as artifacts (directly below)
161162
# - Download and merge individual coverage reports in another step
@@ -209,7 +210,9 @@ jobs:
209210
- uses: coverallsapp/github-action@v2
210211
with:
211212
github-token: ${{ secrets.GITHUB_TOKEN }}
212-
path-to-lcov: ./lcov.info
213+
file: ./lcov.info
214+
format: lcov
215+
debug: true
213216
# Upload merged coverage data as artifact for debugging
214217
- uses: actions/upload-artifact@v7
215218
with:

0 commit comments

Comments
 (0)