Skip to content

Commit

Permalink
chore: fix coverage at github actions (#159)
Browse files Browse the repository at this point in the history
* chore: fix coverage at github actions
  • Loading branch information
embbnux authored Aug 27, 2021
1 parent f773a20 commit 1ff5f9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,21 @@ jobs:
CHROME_BIN: chromium-browser
- run: cat */coverage/lcov.info
- name: Coveralls SDK
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./sdk/coverage/lcov.info
flag-name: sdk
parallel: true
- name: Coveralls Subscriptions
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./subscriptions/coverage/lcov.info
flag-name: subscriptions
parallel: true
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down

0 comments on commit 1ff5f9c

Please sign in to comment.