Skip to content

feat: Allow configuring the max body size #397

feat: Allow configuring the max body size

feat: Allow configuring the max body size #397

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Test
timeout-minutes: 10
steps:
- uses: extractions/setup-just@v2
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: actions/cache@v4
with:
path: |
~/.cargo
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Test
run: just test-coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}