Skip to content

make method public explicitly #16

make method public explicitly

make method public explicitly #16

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test Application
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
file: ./coverage/lcov.info
fail_ci_if_error: true
verbose: true