Skip to content

Add support for partial upload #32

Add support for partial upload

Add support for partial upload #32

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 'lts/hydrogen'
- run: npm install
- run: npm run build
- run: npm test
- run: npm run lint
- run: npm run coverage-make-lcov
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}