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 60cb5bd commit de3354eCopy full SHA for de3354e
.github/workflows/test_and_build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run tests
32
run: make test
33
- name: Convert coverage to lcov
34
- uses: jandelgado/gcov2lcov-action@v1.0.3
+ uses: jandelgado/gcov2lcov-action@v1.0.2
35
with:
36
infile: coverage.out
37
outfile: coverage.lcov
0 commit comments