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 b0863bc commit b3384bbCopy full SHA for b3384bb
.github/workflows/report-coverage.yml
@@ -15,6 +15,6 @@ jobs:
15
cache: 'yarn'
16
- run: yarn install --frozen-lockfile
17
- run: yarn run coverage
18
- - uses: coverallsapp/github-action@master
+ - uses: ooade/coverallsapp-github-action@master
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments