From 6c19bc102afabee7f0e03aac1afe3fd3cddb697f Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Fri, 22 Nov 2019 13:17:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=89=EF=B8=8F=20Send=20a=20webhook=20to=20?= =?UTF-8?q?Coveralls=20when=20the=20build=20completes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddfb5a7..fe41864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,10 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./build/lcov.info parallel: true + coverage: + needs: build + runs-on: ubuntu-latest + steps: - name: Coveralls Finished uses: coverallsapp/github-action@master with: