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 ec1957b commit a698c81Copy full SHA for a698c81
.github/workflows/ci.yml
@@ -238,6 +238,6 @@ jobs:
238
run: find ./coverage -name lcov.info -exec printf '-a %q\n' {} \; | xargs lcov -o ./coverage/lcov.info
239
240
- name: Upload coverage report
241
- uses: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d # master
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
242
with:
243
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments