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 e90c860 commit 479cb33Copy full SHA for 479cb33
.github/workflows/ubuntu.yml
@@ -120,7 +120,7 @@ jobs:
120
name: code-coverage-report
121
path: ${{ github.workspace }}/build/html
122
- name: Publish report to Coveralls
123
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
124
with:
125
github-token: ${{ secrets.GITHUB_TOKEN }}
126
path-to-lcov: ${{ github.workspace }}/build/json.info.filtered.noexcept
0 commit comments