From 4bf7e0fab22ba4b77e7c5cbb8c8a5d4d1d812681 Mon Sep 17 00:00:00 2001 From: Artur Przybysz Date: Fri, 2 Feb 2024 10:39:52 +0000 Subject: [PATCH] update CI --- .github/workflows/CI.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00ebb16..1902114 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,4 +34,15 @@ jobs: - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: lcov.info \ No newline at end of file + path-to-lcov: lcov.info + flag-name: job-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }} + parallel: true + + finish: + needs: test + runs-on: ubuntu-latest + steps: + - uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + parallel-finished: true