We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fe61ef + 13f7bb2 commit 08da8e5Copy full SHA for 08da8e5
.github/workflows/master.yml
@@ -43,8 +43,8 @@ jobs:
43
GITHUB_COMMIT: ${{ github.sha }}
44
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
45
- name: test coverage
46
- uses: coverallsapp/github-action@master
47
if: matrix.os == 'ubuntu-latest'
+ uses: coverallsapp/github-action@master
48
with:
49
github-token: ${{ secrets.GITHUB_TOKEN }}
50
path-to-lcov: ./coverage/lcov.info
0 commit comments