Skip to content

Bump coverallsapp/github-action from 2.2.3 to 2.3.0 #134

Bump coverallsapp/github-action from 2.2.3 to 2.3.0

Bump coverallsapp/github-action from 2.2.3 to 2.3.0 #134

Workflow file for this run

name: CI
on:
push:
branches: [master]
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches: [master]
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.x
- run: npm ci
- run: npm run test
- run: npm run mutate
- run: npm run coverage
- uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}