File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments