diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a98d53..afa97f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,10 @@ jobs: - name: Coveralls Parallel uses: coverallsapp/github-action@v2 + env: + # macOS installs the coverage-reporter via a third-party Homebrew + # tap; Homebrew's new tap-trust enforcement refuses it otherwise. + HOMEBREW_NO_REQUIRE_TAP_TRUST: 1 with: parallel: true github-token: ${{ secrets.github_token }}