Skip to content

Commit 8b23a52

Browse files
authored
Merge pull request #283 from ranocha/hr/coveralls
fix Coveralls
2 parents 6149f08 + 22b2d3d commit 8b23a52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ jobs:
5959
flag-name: run-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}
6060
parallel: true
6161
path-to-lcov: ./lcov.info
62+
63+
finish:
64+
needs: test
65+
runs-on: ubuntu-latest
66+
steps:
67+
- name: Coveralls Finished
68+
uses: coverallsapp/github-action@master
69+
with:
70+
github-token: ${{ secrets.GITHUB_TOKEN }}
71+
parallel-finished: true

0 commit comments

Comments
 (0)