We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b55c2 commit 0ab6178Copy full SHA for 0ab6178
.github/workflows/test.yaml
@@ -50,18 +50,7 @@ jobs:
50
run: celery -A junction worker -l info --detach
51
- name: Run tests
52
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
65
66
67
- parallel-finished: true
+ - name: Report coverage
+ env:
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
+ run: coveralls
0 commit comments