From ff2ab894381efb08726d3a714413a33543b89edc Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 26 Apr 2021 23:15:38 +0200 Subject: [PATCH] Update ccpp.yml --- .github/workflows/ccpp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 6ae8cbb9f..4b5663c7c 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -131,6 +131,11 @@ jobs: - name: test run: cd build/bin && ./unit ${{ steps.hunter_extra_test_args.outputs.args }} shell: bash + + - name: Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/upload-artifact@v2 if: matrix.name == 'windows-msvc'