chore: 增加 coverage 云新式的内存

This commit is contained in:
吴多益 2022-11-02 19:22:53 +08:00 committed by GitHub
parent a1fdec0748
commit d1f779c74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ jobs:
CLEAN: true # Automatically remove deleted files from the deploy branch
SINGLE_COMMIT: true
- name: Generate coverage report
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: |
npm run coverage
- uses: codecov/codecov-action@v2