Skip to content

v5 iDeal becomes a redirect PM #4868

v5 iDeal becomes a redirect PM

v5 iDeal becomes a redirect PM #4868

Workflow file for this run

on: ["pull_request"]
name: Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.15
- name: install, coverage
run: |
yarn --frozen-lockfile
yarn test:coverage
env:
CI: true
- name: Coveralls Parallel
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/lib/coverage/lcov.info
- name: Coveralls Finished
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/lib/coverage/lcov.info