We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748f953 commit 8927961Copy full SHA for 8927961
.github/workflows/tests.yml
@@ -68,7 +68,7 @@ jobs:
68
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
69
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
70
tmux -V
71
- poetry run py.test --cov=./ --cov-report=xml
+ COV_CORE_SOURCE=. COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage.eager poetry run py.test --cov=./ --cov-append --cov-report=xml
72
- uses: codecov/codecov-action@v2
73
with:
74
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments