Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.59.1 #662

build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.59.1

build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.59.1 #662

Workflow file for this run

name: Coverage
on:
pull_request:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm ci
- run: npm run coverage
- name: Upload coverage Coveralls
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info