Skip to content

Commit

Permalink
test coverall parallels to ensure #109 is no reoccurring (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Nov 11, 2021
1 parent 20eed0f commit 586110f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -35,9 +35,13 @@ jobs:
name: build and test
shell: bash
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: ${{ matrix.os }}-build_and_unit_test
env:
NODE_COVERALLS_DEBUG: 1

tests:
needs: build_and_unit_test
Expand Down Expand Up @@ -90,3 +94,14 @@ jobs:
vcpkgGitCommitId: 'd417ae59d6e9aa20d9f812b5deb966645c54687d'
appendedCacheKey: ${{ env.GITHUB_RUN_ID }}

finalize_coveralls:
needs: build_and_unit_test
runs-on: ubuntu-latest
steps:
- name: Finalize Coveralls
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
env:
NODE_COVERALLS_DEBUG: 1

0 comments on commit 586110f

Please sign in to comment.