Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.27.0 to 8.31.0 #318

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.27.0 to 8.31.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.27.0 to 8.31.0 #318

Workflow file for this run

name: Code Coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 12 * * 5'
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- name: Run tests
run: npx jest --coverage
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}