Skip to content

fix(set): improve Set shallow copy performance and compatibility with new Set APIs #4

fix(set): improve Set shallow copy performance and compatibility with new Set APIs

fix(set): improve Set shallow copy performance and compatibility with new Set APIs #4

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 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: yarn install, yarn test:coverage
run: |
yarn install
yarn test --coverage
- name: Coverage
uses: romeovs/[email protected]
with:
lcov-file: ./coverage/lcov.info