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%