We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27a694 commit 7fee39dCopy full SHA for 7fee39d
1 file changed
.github/workflows/ci.yml
@@ -33,6 +33,10 @@ jobs:
33
run: npm ci
34
- name: Lint code
35
run: npm run lint
36
+ - name: Coveralls
37
+ uses: coverallsapp/github-action@v1.1.0
38
+ with:
39
+ github-token: ${{ secrets.github_token }}
40
- name: Run browser tests in Saucelabs
41
run: npm run test-ci
42
timeout-minutes: 5
0 commit comments