Skip to content

Commit bd5e7b6

Browse files
authored
Merge pull request #714 from futa-ikeda/feat/coveralls
feat(github actions): use coveralls in github actions
2 parents 6407a4f + bdf9694 commit bd5e7b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949

5050
- name: Check coverage thresholds
5151
run: npm run test:check-coverage-thresholds
52+
- name: Coveralls Report
53+
uses: coverallsapp/github-action@v2
54+
with:
55+
github-token: ${{ secrets.GITHUB_TOKEN }}
5256
lint:
5357
runs-on: ubuntu-latest
5458

0 commit comments

Comments
 (0)