Skip to content

Provide add-in config to allow for additional host origins #29

Provide add-in config to allow for additional host origins

Provide add-in config to allow for additional host origins #29

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
npm ci
- name: Coverage
run: |
npm run ci
bash <(curl -s https://codecov.io/bash)