From 09eefdd0b0f96fdb30de3c0d40afb64794eaa8c0 Mon Sep 17 00:00:00 2001 From: Nelson J Morais Date: Wed, 17 Jul 2024 00:30:36 +0100 Subject: [PATCH] chore: update coverallsapp ci action to v1.2.4 (#60) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf47aac..1b60eae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,9 +78,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} + flag-name: run ${{ join(matrix.*, ' - ') }} + parallel: true parallel-finished: true windows: