Skip to content

build(deps): bump word-wrap from 1.2.3 to 1.2.4 #1747

build(deps): bump word-wrap from 1.2.3 to 1.2.4

build(deps): bump word-wrap from 1.2.3 to 1.2.4 #1747

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
- develop
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Test and generate coverage
run: yarn coverage
- uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info