Skip to content

Commit 862087b

Browse files
committed
fix: No code coverage to report
1 parent 1b01191 commit 862087b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
name: Install dependencies
3030
- run: yarn ci
3131
name: Run integration tests
32-
- uses: coverallsapp/github-action@832e70b
33-
name: Report code coverage
34-
with:
35-
github-token: ${{ secrets.GITHUB_TOKEN }}
32+
# - uses: coverallsapp/github-action@832e70b
33+
# name: Report code coverage
34+
# with:
35+
# github-token: ${{ secrets.GITHUB_TOKEN }}
3636
- uses: 8398a7/action-slack@78391c2
3737
name: Notify on Slack
3838
if: always() # Pick up events even if the job fails or is canceled.

0 commit comments

Comments
 (0)