mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-07 20:02:36 +00:00
fix: add --cov flags to Windows CI pytest command, fixes #9418
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user