Skip to content

ci: add id token write permissions (#1090) #745

ci: add id token write permissions (#1090)

ci: add id token write permissions (#1090) #745

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@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
node-version: 18
cache: 'npm'
- name: Install
run: npm ci
- name: Test
run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3