Skip to content

Merge pull request #39 from wozjac/dependabot/npm_and_yarn/eslint-9.11.0 #30

Merge pull request #39 from wozjac/dependabot/npm_and_yarn/eslint-9.11.0

Merge pull request #39 from wozjac/dependabot/npm_and_yarn/eslint-9.11.0 #30

Workflow file for this run

name: Coveralls
on:
push:
branches:
- main
jobs:
coveralls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm install --no-optional
- name: Generate coverage
run: npm run coverage-lcov
- name: Coveralls
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ github.token }}
file: ./coverage/lcov.info