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 a68d6d6 commit 00ab2e6Copy full SHA for 00ab2e6
.github/workflows/ci.yml
@@ -262,7 +262,7 @@ jobs:
262
run: find ./coverage -name lcov.info -exec printf '-a %q\n' {} \; | xargs lcov -o ./lcov.info
263
264
- name: Upload coverage report
265
- uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
+ uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
266
with:
267
github-token: ${{ secrets.GITHUB_TOKEN }}
268
file: ./lcov.info
0 commit comments