Skip to content

fix(deps): bump tslib from 2.5.0 to 2.6.0 #895

fix(deps): bump tslib from 2.5.0 to 2.6.0

fix(deps): bump tslib from 2.5.0 to 2.6.0 #895

Workflow file for this run

name: Test Coveralls
on: ['push', 'pull_request']
jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
# Prevent on version bump
# if: "!contains(github.event.head_commit.author.name, 'Bump version')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: npm install
run: npm ci
- name: coverage report
run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}