Skip to content

chore: Update release-please.yml #714

chore: Update release-please.yml

chore: Update release-please.yml #714

Workflow file for this run

name: Coverage
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- run: npm ci
- run: npm run coverage
- name: Upload coverage Coveralls
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
# cspell:ignore coverallsapp