Skip to content

build(deps): bump undici from 5.6.0 to 5.26.5 #255

build(deps): bump undici from 5.6.0 to 5.26.5

build(deps): bump undici from 5.6.0 to 5.26.5 #255

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)