Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 #1746

build(deps): bump semver from 5.7.1 to 5.7.2

build(deps): bump semver from 5.7.1 to 5.7.2 #1746

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