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 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
You can’t perform that action at this time.
0 commit comments