Skip to content

chore(main): release web-sdk 1.8.0 (#1354) #946

chore(main): release web-sdk 1.8.0 (#1354)

chore(main): release web-sdk 1.8.0 (#1354) #946

Workflow file for this run

# Generates baseline code coverage
name: coverage
on:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install
run: npm ci
- name: Test
run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3