Skip to content

chore: bump package version to 2.4.1 #138

chore: bump package version to 2.4.1

chore: bump package version to 2.4.1 #138

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run coverage
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}