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 b3384bb commit 50b3f9dCopy full SHA for 50b3f9d
.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: ooade/coverallsapp-github-action@master
+ - uses: coverallsapp/github-action@master
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments