From 281ea37bd63adbf318499c010127490574a12a42 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 14:03:40 +0100 Subject: [PATCH] maybe fix coveralls connection? --- .github/workflows/pr_checks.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index a1ee6c13e4..a1f50247a7 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -203,8 +203,11 @@ jobs: run: invoke translate - name: Check Migration Files run: python3 ci/check_migration_files.py - - name: Upload Coverage Report - run: coveralls + - name: Coveralls Finished + uses: coverallsapp/github-action@master + with: + github-token: ${{ env.GITHUB_TOKEN }} + git-commit: ${{ env.GITHUB_SHA }} postgres: name: Postgres