Skip to content

Commit

Permalink
Merge pull request #283 from ranocha/hr/coveralls
Browse files Browse the repository at this point in the history
fix Coveralls
  • Loading branch information
ranocha committed Dec 9, 2020
2 parents 6149f08 + 22b2d3d commit 8b23a52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ jobs:
flag-name: run-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}
parallel: true
path-to-lcov: ./lcov.info

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 8b23a52

Please sign in to comment.