Skip to content

Commit f9c3837

Browse files
committed
add coveralls to GitHub actions
1 parent 4d54c00 commit f9c3837

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ jobs:
2424
- uses: julia-actions/setup-julia@latest
2525
with:
2626
version: ${{ matrix.julia-version }}
27-
- uses: julia-actions/julia-runtest@master
27+
- uses: julia-actions/julia-runtest@master
28+
- uses: coverallsapp/github-action@master
29+
with:
30+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)