Skip to content

chore: Bump prettier from 2.8.3 to 3.0.0 (#293) #495

chore: Bump prettier from 2.8.3 to 3.0.0 (#293)

chore: Bump prettier from 2.8.3 to 3.0.0 (#293) #495

Workflow file for this run

name: Code Coverage
on:
push:
branches:
- master
pull_request:
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