Add coveralls token

This commit is contained in:
Griatch 2020-05-17 20:44:58 +02:00
parent 82ee3c6899
commit 2381f55ce2

View file

@ -98,6 +98,8 @@ jobs:
# we only want to run coverall once, so we only do it for one of the matrix combinations
- name: Run coverall
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }}
with:
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls
coverage xml