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 f46367f commit a317010Copy full SHA for a317010
.github/workflows/master.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Convert coverage to lcov
32
uses: jandelgado/gcov2lcov-action@4e1989767862652e6ca8d3e2e61aabe6d43be28b
33
- name: Coveralls
34
- uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79
+ uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
35
with:
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
path-to-lcov: coverage.lcov
0 commit comments