Skip to content

chore(deps): update commitlint monorepo to v19.6.1 #153

chore(deps): update commitlint monorepo to v19.6.1

chore(deps): update commitlint monorepo to v19.6.1 #153

Workflow file for this run

name: Jest test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}