Skip to content

fix: disable drag-and-drop when disabled and add missing condition fo… #141

fix: disable drag-and-drop when disabled and add missing condition fo…

fix: disable drag-and-drop when disabled and add missing condition fo… #141

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run coverage
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}