fix: remove extra coverage config, match Linux CI style

This commit is contained in:
Mrityunjay Raj 2026-03-01 16:07:28 +05:30
parent d4fb70d3b3
commit cc0ed81e5f

View file

@ -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