From 1ca2e9c904c05524c3f0da47ccdb31349371a628 Mon Sep 17 00:00:00 2001 From: Ljzd-PRO Date: Thu, 9 Nov 2023 06:45:02 +0800 Subject: [PATCH] ci: fix command line --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 984e1fc..18d4c30 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -44,7 +44,7 @@ jobs: - name: Run Pytest run: | cd tests/ - poetry run pytest -v --capture=sys --cov --cov-report=xml / + poetry run pytest -v --capture=sys --cov --cov-report=xml \ --html=report-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}.html --self-contained-html - name: Upload coverage report