Skip to content

Commit

Permalink
Re-enable finisher for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Mar 3, 2021
1 parent 09ccec0 commit c3f06ab
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}
flag-name: run-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}
parallel: true
path-to-lcov: ./lcov.info
- uses: codecov/codecov-action@v1
Expand All @@ -73,12 +73,12 @@ jobs:
fail_ci_if_error: true # optional (default = false)
# verbose: true # optional (default = false)

# finish:
# needs: test
# runs-on: ubuntu-latest
# steps:
# - name: Coveralls Finished
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel-finished: true
finish:
needs: test
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 c3f06ab

Please sign in to comment.