Skip to content

Commit 2c4e791

Browse files
chore(deps): update jandelgado/gcov2lcov-action action to v1.1.1
1 parent d19c0ef commit 2c4e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run tests
2626
run: make test
2727
- name: Convert coverage
28-
uses: jandelgado/gcov2lcov-action@v1.0.9
28+
uses: jandelgado/gcov2lcov-action@v1.1.1
2929
with:
3030
infile: ./dist/test_results/main/coverage.out
3131
outfile: ./dist/test_results/main/coverage.lcov

0 commit comments

Comments
 (0)