Skip to content

Update coveralls.yml #2

Update coveralls.yml

Update coveralls.yml #2

Workflow file for this run

on: ["push", "pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.14.0
uses: actions/setup-node@v4
with:
node-version: 20.14.0
- name: npm install, make test-coverage
run: |
npm install
npm test -- --coverage
- name: Coveralls
uses: coverallsapp/github-action@v2