Skip to content

Commit a35a068

Browse files
committed
[ci] Updated coveralls
1 parent e2e1500 commit a35a068

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,17 @@ jobs:
9090
SELENIUM_HEADLESS: 1
9191

9292
- name: Upload Coverage
93-
run: coveralls --service=github
94-
env:
95-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96-
COVERALLS_FLAG_NAME: python-${{ matrix.python-version }}-${{ matrix.django-version }}
97-
COVERALLS_PARALLEL: true
93+
uses: coverallsapp/github-action@v2
94+
with:
95+
parallel: true
96+
flag-name: python-${{ matrix.env.env }}
97+
github-token: ${{ secrets.GITHUB_TOKEN }}
9898

9999
coveralls:
100-
name: Finish Coveralls
101100
needs: build
102101
runs-on: ubuntu-latest
103-
container: python:3-slim
104102
steps:
105-
- name: Finished
106-
run: |
107-
pip3 install --upgrade coveralls
108-
coveralls --finish
109-
env:
110-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103+
- name: Coveralls Finished
104+
uses: coverallsapp/github-action@v2
105+
with:
106+
parallel-finished: true

0 commit comments

Comments
 (0)