Skip to content

Merge pull request #185 from dotindustries/fix/util_func_compress_object #613

Merge pull request #185 from dotindustries/fix/util_func_compress_object

Merge pull request #185 from dotindustries/fix/util_func_compress_object #613

Workflow file for this run

on: [ "push", "pull_request" ]
name: Test coverage
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)