We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18943dd commit 13f7bb2Copy full SHA for 13f7bb2
.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