Skip to content

Commit ffee1a2

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent a93093f commit ffee1a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ jobs:
5858
${{ steps.changelog.outputs.compareurl }}
5959
6060
${{ steps.changelog.outputs.changelog }}
61-
61+
62+
- name: Coveralls
63+
uses: coverallsapp/github-action@master
64+
with:
65+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)