Chore: fix codecov flag errors, coverage failure, bump action (#6758)

This commit is contained in:
shamoon
2026-06-09 09:31:23 -07:00
committed by GitHub
parent bd4f8094c1
commit 6be85c7a47
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ coverage:
status:
project:
default:
target: 100%
target: auto
threshold: 15%
patch:
default:
+2 -2
View File
@@ -28,10 +28,10 @@ jobs:
# Run Vitest directly so `--shard` is parsed as an option
- run: pnpm -s exec vitest run --coverage --shard ${{ matrix.shard }}/4 --pool forks
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/lcov.info
flags: vitest,shard-${{ matrix.shard }}
flags: vitest-shard-${{ matrix.shard }}
name: vitest-shard-${{ matrix.shard }}
fail_ci_if_error: true