Skip to content

Migrate audio setting requests to new structure #23

Migrate audio setting requests to new structure

Migrate audio setting requests to new structure #23

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install Bun
run: bun install
- name: Run Tests
run: bun test --coverage --coverage-reporter=lcov ./tests/unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}