Skip to content

perf(boot): parallelize independent boot I/O + drop redundant MCP pro… #115

perf(boot): parallelize independent boot I/O + drop redundant MCP pro…

perf(boot): parallelize independent boot I/O + drop redundant MCP pro… #115

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write # for the coverage report comment on PRs
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npx vitest run --coverage --coverage.include='app/**' --coverage.reporter=json-summary --coverage.reporter=json --coverage.reporter=text
- name: Coverage report comment
if: github.event_name == 'pull_request'
uses: davelosert/vitest-coverage-report-action@2500dafcee7dd64f85ab689c0b83798a8359770e # v2.9.3