Skip to content

Commit

Permalink
coveralls live
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent 7c9a192 commit ed052ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,31 @@ jobs:
flag-name: signpdf
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: packages/signpdf
file: packages/signpdf/coverage/lcov.info
- name: Coveralls (utils)
uses: coverallsapp/github-action@master
with:
parallel: true
flag-name: utils
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: packages/utils
file: packages/utils/coverage/lcov.info
- name: Coveralls (placeholder-pdfkit010)
uses: coverallsapp/github-action@master
with:
parallel: true
flag-name: placeholder-pdfkit010
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: packages/placeholder-pdfkit010
file: packages/placeholder-pdfkit010/coverage/lcov.info
- name: Coveralls (placeholder-plain)
uses: coverallsapp/github-action@master
with:
parallel: true
flag-name: placeholder-plain
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: packages/placeholder-plain
file: packages/placeholder-plain/coverage/lcov.info
- name: Close Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit ed052ea

Please sign in to comment.