Skip to content

Commit

Permalink
added coveralls parallel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Nov 13, 2021
1 parent ea8bcd4 commit ae8ea61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/linux-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,5 @@ jobs:
path-to-lcov: ./coverage.info
flag-name: GCC-C++${{matrix.std}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.extra}}
parallel: true

finish:
needs: build
runs-on: ubuntu-latest

steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
env:
COVERALLS_SERVICE_JOB_ID: GCC-C++-${{steps.date.outputs.date}}-${{github.run_number}}
20 changes: 0 additions & 20 deletions .github/workflows/windows-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,23 +149,3 @@ jobs:
done
lcov --list coverage.info
- name: Upload Coverage to Coveralls
if: ${{ startswith(matrix.build_type, 'Debug') }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.info
flag-name: ${{matrix.sys}}-${{matrix.env}}-C++${{matrix.std}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.extra}}
parallel: true

finish:
needs: build-mingw
runs-on: ubuntu-latest

steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit ae8ea61

Please sign in to comment.