Skip to content

0.0.47

0.0.47 #99

Workflow file for this run

name: Workflow for Codecov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- name: Run tests and collect coverage
run: npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3