Skip to content

Commit 396ac22

Browse files
authored
update ci (#9)
1 parent 2d23774 commit 396ac22

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
@@ -40,3 +40,13 @@ jobs:
4040
flag-name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
4141
parallel: false
4242
path-to-lcov: lcov.info
43+
44+
finish:
45+
name: Coveralls Finished
46+
needs: test
47+
runs-on: ubuntu-latest
48+
steps:
49+
- uses: coverallsapp/github-action@master
50+
with:
51+
github-token: ${{ secrets.GITHUB_TOKEN }}
52+
parallel-finished: true

0 commit comments

Comments
 (0)