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