disable coverage commnet in ci

This commit is contained in:
Bowen Tan 2022-02-24 13:48:58 +08:00
parent f0099ab245
commit 65b5dad79b

View File

@ -21,4 +21,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
test-command: "yarn test:ci"
coverage-comment: ${{ github.event_name == 'pull_request'}}
# coverage-comment: ${{ github.event_name == 'pull_request'}}