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 772f8b4 commit 6c73927Copy full SHA for 6c73927
.github/workflows/ubuntu.yml
@@ -126,7 +126,7 @@ jobs:
126
name: code-coverage-report
127
path: ${{ github.workspace }}/build/html
128
- name: Publish report to Coveralls
129
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2.3.4
130
with:
131
github-token: ${{ secrets.GITHUB_TOKEN }}
132
path-to-lcov: ${{ github.workspace }}/build/json.info.filtered.noexcept
0 commit comments