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 b6f79be commit c83c8e2Copy full SHA for c83c8e2
.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@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
+ uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # master
242
with:
243
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments