Skip to content

Commit

Permalink
test coverall parallels to ensure #109 is no reoccurring
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Nov 10, 2021
1 parent 20eed0f commit fb61155
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -35,9 +35,11 @@ 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 }}

tests:
needs: build_and_unit_test
Expand Down Expand Up @@ -90,3 +92,12 @@ 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

0 comments on commit fb61155

Please sign in to comment.