Skip to content

Commit 0ab6178

Browse files
committed
fixup! Add Github Actions workflow for running tests
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 55b55c2 commit 0ab6178

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,7 @@ jobs:
5050
run: celery -A junction worker -l info --detach
5151
- name: Run tests
5252
run: nox -s test-${{ matrix.python-version }}
53-
- name: Register test run on Coveralls
54-
uses: coverallsapp/github-action@master
55-
with:
56-
github-token: ${{ secrets.github_token }}
57-
flag-name: run-${{ matrix.test_number }}
58-
parallel: true
59-
coverage:
60-
needs: test
61-
runs-on: ubuntu-16.04
62-
steps:
63-
- name: Send coverage report to coveralls
64-
uses: coverallsapp/github-action@master
65-
with:
66-
github-token: ${{ secrets.github_token }}
67-
parallel-finished: true
53+
- name: Report coverage
54+
env:
55+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
56+
run: coveralls

0 commit comments

Comments
 (0)