Skip to content

chore(deps): update codecov/codecov-action action to v4 #399

chore(deps): update codecov/codecov-action action to v4

chore(deps): update codecov/codecov-action action to v4 #399

Workflow file for this run

name: Unit-Testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 6.23.x
- name: Install dependencies
run: pnpm i
- name: Testing
run: pnpm test:coverage
env:
CI: true
- name: Codecov
uses: codecov/codecov-action@v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}