Skip to content

fix: Error reported when mock function is missing option parameter #11

fix: Error reported when mock function is missing option parameter

fix: Error reported when mock function is missing option parameter #11

Workflow file for this run

name: Test
on:
push:
branches:
- master
jobs:
coverage-testing:
runs-on: ubuntu-latest
name: test
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install and Test
run: |
npm install
npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/clover.xml,coverage/lcov.info