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 247962f commit 0730248Copy full SHA for 0730248
.github/workflows/tests.yml
@@ -68,7 +68,11 @@ 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
+ poetry run py.test --cov=./ --cov-append --cov-report=xml
72
+ env:
73
+ COV_CORE_SOURCE: .
74
+ COV_CORE_CONFIG: .coveragerc
75
+ COV_CORE_DATAFILE: .coverage.eager
76
- uses: codecov/codecov-action@v2
77
with:
78
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments