Tweak coveralls configuration

coveralls.io is throwing 422 and breaking CI,
this may or may not help.

Related: https://github.com/TheKevJames/coveralls-python/issues/252
This commit is contained in:
Pēteris Caune 2021-01-13 15:43:18 +02:00
parent d7c7ae6531
commit 1e46cd6e93
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -50,6 +50,6 @@ jobs:
coverage run --omit=*/tests/* --source=hc manage.py test
- name: Coveralls
if: matrix.db == 'postgres' && matrix.python-version == '3.8'
run: coveralls
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}