From 8cb9b41a1c47e9a0cd6a929c609ccd0708c4d00f Mon Sep 17 00:00:00 2001 From: Francois Best Date: Wed, 6 Jul 2022 20:58:04 +0200 Subject: [PATCH] chore: Ignore Coveralls issues --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0b3805..5e5f8b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,13 @@ jobs: name: Run integration tests - uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 name: Report code coverage + continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }} - uses: 47ng/actions-slack-notify@main name: Notify on Slack if: always() + continue-on-error: true with: status: ${{ job.status }} env: