Add env var to please python-coveralls 3.0.0
This commit is contained in:
parent
772096ec55
commit
04905d4b37
1
.github/workflows/github-actions.yml
vendored
1
.github/workflows/github-actions.yml
vendored
@ -74,6 +74,7 @@ jobs:
|
||||
- name: Send coverage to Coveralls
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COVERALLS_SERVICE_NAME: github
|
||||
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
|
||||
run: coveralls
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user