From 3d86eb19b9bdece6d54ce4846e152982a92e28c9 Mon Sep 17 00:00:00 2001 From: MengYX Date: Wed, 22 Dec 2021 14:48:23 +0800 Subject: [PATCH] fix(ci): test coverage annotation failed (cherry picked from commit 058985de4f003e2fbdfc4261e2d172c1f9c1c4db) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13cd6f3..5bf5722 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,7 @@ jobs: - uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6 with: github-token: ${{ secrets.GITHUB_TOKEN }} + annotations: none build: runs-on: ubuntu-latest strategy: