Skip to content

Commit 5c6246a

Browse files
author
Agnes Lin
committed
ci: test
Signed-off-by: Agnes Lin <[email protected]>
1 parent f5ea812 commit 5c6246a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/continous-integration.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939

4040
- name: Coveralls
4141
uses: coverallsapp/github-action@master
42+
env:
43+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
44+
COVERALLS_GIT_BRANCH: ${{ github.ref }}
4245
with:
43-
github-token: ${{ secrets.github_token }}
44-
parallel-finished: true
46+
github-token: ${{ secrets.GITHUB_TOKEN }}
47+

0 commit comments

Comments
 (0)