Skip to content

Commit 8f52d91

Browse files
committed
updates CI to publish coverage
1 parent bee8db0 commit 8f52d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050

5151
- name: Run test suite
5252
run: |
53-
COV_CMD=$(if [ ${{ matrix.env }} == 3.12 ]; then echo "--cov=pytest_echo --cov-report=xml"; else echo ; fi)
54-
tox run --skip-pkg-install -e ${{ matrix.env }} -- $COV_CMD
53+
export COV_CMD=$(if [ ${{ matrix.env }} == 3.12 ]; then echo "--cov=pytest_echo --cov-report=xml"; else echo ; fi)
54+
tox run --skip-pkg-install -e ${{ matrix.env }} -- ${COV_CMD}
5555
env:
5656
PYTEST_ADDOPTS: "-vv --durations=20"
5757
DIFF_AGAINST: HEAD

0 commit comments

Comments
 (0)