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