Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/coverage-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
npx vitest run --coverage --coverage.reportOnFailure \
--reporter=verbose --reporter=json \
--outputFile.json=test-results.json \
--pool=threads \
--shard=${{ matrix.shard }}/${{ env.TOTAL_SHARDS }} || true

# Extract failed test names for the issue body
Expand Down
Loading