Skip to content

fix(deps): update dependency @wojtekmaj/enzyme-adapter-react-17 to ^0… #306

fix(deps): update dependency @wojtekmaj/enzyme-adapter-react-17 to ^0…

fix(deps): update dependency @wojtekmaj/enzyme-adapter-react-17 to ^0… #306

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: npm install
- name: test with reporting coverage
run: npm test -- --coverage
- name: upload coverage to codecov
uses: codecov/codecov-action@v3.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}