From a01cd73e623a53ca31b119214743ab05c0562a7d Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Thu, 21 Dec 2023 17:58:28 +0100 Subject: [PATCH] Update cov in tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2b0cdf2..6acfd3f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -24,7 +24,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - directory: ./coverage/reports/ + files: ./coverage.xml env_vars: OS,PYTHON fail_ci_if_error: true verbose: true