Skip to content

Commit

Permalink
add: coveralls lcov path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Apr 11, 2022
1 parent 4ade214 commit 908b180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: publish to coveralls.io
working-directory: ./packages/react-babylonjs
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}
github-token: ${{ github.token }}
path-to-lcov: ./packages/react-babylonjs/coverage/lcov.info

0 comments on commit 908b180

Please sign in to comment.