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.
1 parent 6837ea5 commit c692444Copy full SHA for c692444
.github/workflows/libtmux-ci.yml
@@ -50,6 +50,7 @@ jobs:
50
pipenv run flake8
51
- name: Test with pytest
52
run: |
53
+ tmux -V
54
pipenv run py.test --cov=./ --cov-report=xml
55
- uses: codecov/codecov-action@v1
56
with:
0 commit comments