From 6ec7bc4afb93eb0342680eb75782cbd3da910059 Mon Sep 17 00:00:00 2001 From: moe-ad Date: Wed, 5 Feb 2025 09:46:34 +0100 Subject: [PATCH] ci: correction --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64bfd17484..774918d704 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -337,7 +337,7 @@ jobs: - name: "Combine coverage results" shell: bash run: | - tox -e report + tox -e covreport - name: "Upload Test Results" uses: actions/upload-artifact@v4