Skip to content

chore: mention debounce hook in react/ng docs (#1272) #879

chore: mention debounce hook in react/ng docs (#1272)

chore: mention debounce hook in react/ng docs (#1272) #879

Workflow file for this run

# Generates baseline code coverage
name: coverage
on:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
node-version-file: ".nvmrc"
cache: "npm"
- name: Install
run: npm ci
- name: Test
run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3