Skip to content

perf(array): improve array method perf #30

perf(array): improve array method perf

perf(array): improve array method perf #30

Workflow file for this run

on: ["pull_request"]
name: Test Coverage
permissions:
contents: read
pull-requests: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 22.x
uses: actions/setup-node@v1
with:
node-version: 22.x
- name: yarn install, yarn test:coverage
run: |
yarn install
yarn test --coverage
- name: Coverage
uses: romeovs/lcov-reporter-action@v0.4.0
with:
lcov-file: ./coverage/lcov.info