Skip to content

Commit

Permalink
Merge f6676d3 into e124b3c
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed May 27, 2022
2 parents e124b3c + f6676d3 commit e890272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,12 @@ jobs:
- name: Produce Coverage
run: yarn jest --coverage

- name: Print last few lines of lcov.info
run: tail ./coverage/lcov.info

- name: Upload to coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./nodejs/coverage/lcov.info
base-path: ./nodejs

0 comments on commit e890272

Please sign in to comment.