Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

chore: do not fail on coveralls error #902

chore: do not fail on coveralls error

chore: do not fail on coveralls error #902

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
- next
- rc
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: |
npm clean-install
npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
fail-on-error: false