From c2ee092439bafec756d9ff56e981d7b3c14d6905 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 29 Aug 2024 16:42:29 +0800 Subject: [PATCH] test: fix codecov comment (#50640) --- .github/workflows/test.yml | 1 - codecov.yml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2230a51895..cdafabdd5d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -171,7 +171,6 @@ jobs: run: bun run dist env: NODE_OPTIONS: "--max_old_space_size=4096" - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} CI: 1 - name: check build files diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..8d7b93ac9f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: #add everything under here, more options at https://docs.codecov.com/docs/commit-status + default: + target: 100% + threshold: 0%