Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.17.0… #23

chore(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.17.0…

chore(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.17.0… #23

name: Update test coverage
on:
push:
branches:
- main
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build --if-present
- name: Test build output
run: npm run test:ci
- name: Codecov
uses: codecov/codecov-action@v3 # https://github.com/codecov/codecov-action
with:
token: ${{ secrets.CODECOV_TOKEN }}