From cc0ed81e5f2dd1d6e4f6a588f515535e6ccbbf35 Mon Sep 17 00:00:00 2001 From: Mrityunjay Raj Date: Sun, 1 Mar 2026 16:07:28 +0530 Subject: [PATCH] fix: remove extra coverage config, match Linux CI style --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aac2f25f0..bc0817949 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -659,7 +659,7 @@ jobs: export PATH="$GITHUB_WORKSPACE/dist/binary/borg-dir:$PATH" borg.exe -V . env/bin/activate - python -m pytest -n4 --benchmark-skip -vv -rs -k "not remote" --cov=borg --cov-config=pyproject.toml --cov-report=xml:coverage.xml --junitxml=test-results.xml + python -m pytest -n4 --benchmark-skip -vv -rs -k "not remote" --cov=borg --cov-config=pyproject.toml --junitxml=test-results.xml - name: Upload test results to Codecov if: ${{ !cancelled() }} @@ -682,6 +682,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} report_type: coverage - files: coverage.xml - flags: windows env_vars: OS,python