Skip to content

Commit 4920edb

Browse files
committed
Attempt to trigger coveralls CI
1 parent 2762ad8 commit 4920edb

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/tests.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,22 @@ jobs:
3131
pip install -r requirements.txt
3232
pip install -r requirements.dev.txt
3333
- name: Test with tox
34-
run: tox
34+
run: tox
35+
- name: Run coveralls
36+
run: coveralls --service=github
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
40+
COVERALLS_PARALLEL: true
41+
42+
43+
finish:
44+
name: Finish Coveralls
45+
needs: test
46+
runs-on: ubuntu-20.04
47+
steps:
48+
- name: Finish Coveralls
49+
uses: coverallsapp/github-action@v1
50+
with:
51+
github-token: ${{ secrets.github_token }}
52+
parallel-finished: true

0 commit comments

Comments
 (0)