From 711beb59773ada30eccfbf3783da1502b8879c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=B6tter?= Date: Thu, 2 Jan 2025 17:05:23 +0100 Subject: [PATCH] tests - no description document tests for now --- .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 5a914ce..22767a9 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -113,7 +113,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/reports/ - files: coverage-description_documents-tests.xml,coverage-dsp2043-tests.xml,coverage-mock-tests.xml,coverage-taskset-tests.xml + files: coverage-dsp2043-tests.xml,coverage-mock-tests.xml,coverage-taskset-tests.xml env_vars: OS,PYTHON fail_ci_if_error: false flags: tests