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 e5951c1 commit e3c0001Copy full SHA for e3c0001
.github/workflows/tests.yml
@@ -75,7 +75,7 @@ jobs:
75
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
76
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
77
tmux -V
78
- uv run py.test --cov=./ --cov-report=xml
+ uv run py.test --cov=./ --cov-report=xml --verbose
79
80
- uses: codecov/codecov-action@v5
81
with:
0 commit comments