From 5031d3eb960783b799835b0d817c759db96023e7 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Wed, 4 Dec 2024 14:14:59 +0100 Subject: [PATCH] fix coverage report upload --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 014761f..624a814 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,6 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: ./coverage.xml flags: unittests env_vars: RUNNER_OS,PYTHON_VERSION name: codecov-umbrella