We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcc655 commit 074ab63Copy full SHA for 074ab63
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Convert coverage.out to coverage.lcov
56
uses: jandelgado/gcov2lcov-action@v1.0.9
57
- name: Coveralls
58
- uses: coverallsapp/github-action@v2.2.3
+ uses: coverallsapp/github-action@v2.3.1
59
with:
60
github-token: ${{ secrets.github_token }}
61
path-to-lcov: coverage.lcov
0 commit comments