From c7b5ec28ab36c96dea750fbe8ba95da3835cc6f9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 Dec 2021 00:28:53 +0100 Subject: [PATCH] fix coveralls --- .github/workflows/pr_checks.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index 631670ef47..686312e03f 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -224,10 +224,9 @@ jobs: run: invoke translate - name: Check Migration Files run: python3 ci/check_migration_files.py - - name: Coveralls Finished - uses: coverallsapp/github-action@master + - name: Upload Coverage Report + run: coveralls with: - github-token: ${{ env.GITHUB_TOKEN }} git-commit: ${{ env.GITHUB_SHA }} postgres: