test: fix codecov comment (#50640)

This commit is contained in:
afc163 2024-08-29 16:42:29 +08:00 committed by GitHub
parent b27b06250f
commit c2ee092439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -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

6
codecov.yml Normal file
View File

@ -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%