Skip to content

Commit 325364a

Browse files
committed
ci: use coveralls<3, newer coveralls do not work with github actions.
1 parent 01f1164 commit 325364a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/base-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
python -m pip install tox
34+
python -m pip install tox coveralls<3
3535
- name: Lint code
3636
run: tox -e lint
3737
- name: Start clickhouse cluster
@@ -40,11 +40,11 @@ jobs:
4040
# Run tox using the version of Python in `PATH`
4141
run: tox -e py-django${{ matrix.django-version }}
4242
- name: Coveralls Parallel
43-
uses: coverallsapp/github-action@v2
44-
with:
45-
github-token: ${{ secrets.GITHUB_TOKEN }}
46-
flag-name: run-${{ join(matrix.*, '-') }}
47-
parallel: true
43+
run: coveralls
44+
env:
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
COVERALLS_PARALLEL: true
47+
COVERALLS_FLAG_NAME: run-${{ join(matrix.*, '-') }}
4848

4949
coveralls-finish:
5050

0 commit comments

Comments
 (0)