Skip to content

docs: remove X link, switch to Bluesky, Slava Ukraini, ℱuck Russia an… #26

docs: remove X link, switch to Bluesky, Slava Ukraini, ℱuck Russia an…

docs: remove X link, switch to Bluesky, Slava Ukraini, ℱuck Russia an… #26

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