Skip to content

Commit

Permalink
chore: combine coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed May 7, 2021
1 parent d596f02 commit f01d4fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ jobs:
with:
github-token: ${{ github.token }}
path-to-lcov: ./lcov.info
flag-name: run-${{ matrix.os }}-${{ matrix.node }}
parallel: true
finish:
needs: tests
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 f01d4fd

Please sign in to comment.