Skip to content

webpack: bump precache size to 16MiB for EV3 firmware #561

webpack: bump precache size to 16MiB for EV3 firmware

webpack: bump precache size to 16MiB for EV3 firmware #561

Workflow file for this run

name: Coverage
on:
push:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- uses: actions/checkout@v3
- run: yarn install
- run: yarn coverage
- uses: codecov/codecov-action@v5
with:
directory: coverage