Skip to content

test: remove remaining coverage ignores and tighten cross-bundler runtime coverage #48

test: remove remaining coverage ignores and tighten cross-bundler runtime coverage

test: remove remaining coverage ignores and tighten cross-bundler runtime coverage #48

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.15.9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.12.0
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run tests with coverage
run: pnpm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: zh-lx/code-inspector