Browse Source

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
pull/468/head
Pēteris Caune 4 years ago
parent
commit
1e46cd6e93
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/django.yml

+ 1
- 1
.github/workflows/django.yml 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 }}

Loading…
Cancel
Save