File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
- name : Install dependencies
32
32
run : |
33
33
python -m pip install --upgrade pip
34
- python -m pip install tox
34
+ python -m pip install tox coveralls<3
35
35
- name : Lint code
36
36
run : tox -e lint
37
37
- name : Start clickhouse cluster
@@ -40,11 +40,11 @@ jobs:
40
40
# Run tox using the version of Python in `PATH`
41
41
run : tox -e py-django${{ matrix.django-version }}
42
42
- 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.*, '-') }}
48
48
49
49
coveralls-finish :
50
50
You can’t perform that action at this time.
0 commit comments