Skip to content

build(deps-dev): bump eslint from 8.45.0 to 8.51.0 #244

build(deps-dev): bump eslint from 8.45.0 to 8.51.0

build(deps-dev): bump eslint from 8.45.0 to 8.51.0 #244

Workflow file for this run

name: "Coverage"
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
coverage:
name: Codecov
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- run: npx nyc --reporter=lcov npm test
- uses: codecov/codecov-action@v2
with:
verbose: true # optional (default = false)