Skip to content

Commit de3354e

Browse files
committed
fix test
1 parent 60cb5bd commit de3354e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run tests
3232
run: make test
3333
- name: Convert coverage to lcov
34-
uses: jandelgado/gcov2lcov-action@v1.0.3
34+
uses: jandelgado/gcov2lcov-action@v1.0.2
3535
with:
3636
infile: coverage.out
3737
outfile: coverage.lcov

0 commit comments

Comments
 (0)