Skip to content

Commit 8927961

Browse files
committed
ci(tests): More coverage attempts
1 parent 748f953 commit 8927961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
6969
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
7070
tmux -V
71-
poetry run py.test --cov=./ --cov-report=xml
71+
COV_CORE_SOURCE=. COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage.eager poetry run py.test --cov=./ --cov-append --cov-report=xml
7272
- uses: codecov/codecov-action@v2
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)