Skip to content

Commit fe0bf1f

Browse files
committed
ci: add coveralls integration
1 parent 72757ff commit fe0bf1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
- name: Run unit tests
3636
run: yarn test --maxWorkers=2 --coverage
3737

38+
- name: Coveralls
39+
uses: coverallsapp/github-action@master
40+
with:
41+
github-token: ${{ secrets.GITHUB_TOKEN }}
42+
3843
build:
3944
runs-on: ubuntu-latest
4045
steps:

0 commit comments

Comments
 (0)