maybe fix coveralls connection?

This commit is contained in:
Matthias 2021-12-02 14:03:40 +01:00
parent dd9eed3da6
commit 281ea37bd6
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -203,8 +203,11 @@ jobs:
run: invoke translate run: invoke translate
- name: Check Migration Files - name: Check Migration Files
run: python3 ci/check_migration_files.py run: python3 ci/check_migration_files.py
- name: Upload Coverage Report - name: Coveralls Finished
run: coveralls uses: coverallsapp/github-action@master
with:
github-token: ${{ env.GITHUB_TOKEN }}
git-commit: ${{ env.GITHUB_SHA }}
postgres: postgres:
name: Postgres name: Postgres