Skip to content

Commit 7fee39d

Browse files
committed
Fix coveralls integration with GitHub actions
1 parent d27a694 commit 7fee39d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: npm ci
3434
- name: Lint code
3535
run: npm run lint
36+
- name: Coveralls
37+
uses: coverallsapp/github-action@v1.1.0
38+
with:
39+
github-token: ${{ secrets.github_token }}
3640
- name: Run browser tests in Saucelabs
3741
run: npm run test-ci
3842
timeout-minutes: 5

0 commit comments

Comments
 (0)