Skip to content

Commit 669af23

Browse files
committed
Temporarily remove coveralls
- doesn't work currently, have to check if we have to replace it
1 parent 0e92964 commit 669af23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pythontests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
run: |
7171
TOX_PYTHON_VERSION=$(if [ ${{ matrix.python-version }} = pypy2 ]; then echo "pypy2"; elif [ ${{ matrix.python-version }} = pypy3 ]; then echo "pypy3"; else echo py${{ matrix.python-version }} | tr -d .; fi)
7272
tox -e $(tox -l | grep $TOX_PYTHON_VERSION | paste -sd "," -)
73-
- name: Get coverage results
74-
if: ${{ success() && matrix.python-version == 3.8 }}
75-
env:
76-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77-
run: coveralls
73+
# - name: Get coverage results
74+
# if: ${{ success() && matrix.python-version == 3.8 }}
75+
# env:
76+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77+
# run: coveralls

0 commit comments

Comments
 (0)