We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--verbose
1 parent ca483f3 commit 9ebde6aCopy full SHA for 9ebde6a
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
70
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
71
tmux -V
72
- uv run py.test --cov=./ --cov-append --cov-report=xml -n auto
+ uv run py.test --cov=./ --cov-append --cov-report=xml -n auto --verbose
73
env:
74
COV_CORE_SOURCE: .
75
COV_CORE_CONFIG: .coveragerc
0 commit comments