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