Skip to content

DEV-1175/#91: Reflow issues #41

DEV-1175/#91: Reflow issues

DEV-1175/#91: Reflow issues #41

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm i
- run: npm run coverage
- name: Report to Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: './src/coverage/lcov.info'