From 8e7010ce035555f20f232875b6c625a73e82e81c Mon Sep 17 00:00:00 2001 From: Alec Thomson Date: Thu, 30 Jan 2025 23:42:00 +0800 Subject: [PATCH] Fix cov (#6) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95c8554..15156ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,8 @@ jobs: - name: Test package run: >- - pytest --cov-branch --cov-report=xml + python -m pytest -ra --cov --cov-report=xml --cov-report=term + --durations=20 - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5