mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-29 22:05:39 -04:00
fix: add --cov flags to Windows CI pytest command, fixes #9418
This commit is contained in:
parent
eb82eeba05
commit
6439b73c00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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" --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() }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue