Skip to content

added code coverage reports to coveralls #10

added code coverage reports to coveralls

added code coverage reports to coveralls #10

Workflow file for this run

on: ["push", "pull_request"]
name: Test Coveralls
jobs:

Check failure on line 5 in .github/workflows/code-coverage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-coverage.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: npm install, make test-coverage
run: |
npm install
npm run test:coverage
- name: Upload coverage to Coveralls
uses: coverallsapp/[email protected]