Skip to content

Add wasm-unsafe-eval to script-src directive #40

Add wasm-unsafe-eval to script-src directive

Add wasm-unsafe-eval to script-src directive #40

Workflow file for this run

name: CodeCov
on:
push:
branches:
- latest
- latest-next
- next
- beta
- alpha
- "*.x" # maintenance releases branches
pull_request:
types:
- opened
- synchronize
jobs:
test_matrix:
strategy:
matrix:
node-version:
- 14
- 16
- 18
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git config --global user.name github-actions
- run: git config --global user.email github-actions@github.com
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm i
- run: pnpm i -g codecov
- run: pnpm run cov:send