Skip to content

chore: Bump rimraf from 4.4.1 to 5.0.1 #574

chore: Bump rimraf from 4.4.1 to 5.0.1

chore: Bump rimraf from 4.4.1 to 5.0.1 #574

Workflow file for this run

name: Code Coverage
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Run the build
run: yarn build
- name: Run the tests
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage-final.json