From bb7e987bb3ff959f7035133b3e3c933813a19cb7 Mon Sep 17 00:00:00 2001 From: guptadev21 Date: Mon, 2 Dec 2024 16:32:45 +0530 Subject: [PATCH] chore: update --- .github/workflows/quality-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 677d5b1..d8900cc 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -28,5 +28,5 @@ jobs: run: | uv sync --all-extras --dev source .venv/bin/activate - uv run pytest tests/sync_tests --cov=sync --cov-report=xml - uv run pytest tests/async_tests --cov=async --cov-report=xml \ No newline at end of file + uv run pytest tests/sync_tests --cov + uv run pytest tests/async_tests --cov \ No newline at end of file