From bfcfdbc01b1a3b875aa9f44496cb56a6280c56d9 Mon Sep 17 00:00:00 2001 From: Rijnder Wever Date: Thu, 12 Dec 2024 19:43:09 +0100 Subject: [PATCH] ci: other attempt at a fix --- .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 3689e49..febee39 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -31,7 +31,7 @@ jobs: pip install pytest pytest-cov . - name: Run tests - run: pytest --cov=mdto --cov-report=xml + run: pytest --cov=. --cov-report=xml - name: Upload results to Codecov uses: codecov/codecov-action@v5