Skip to content

Commit bbefde3

Browse files
committed
fix: add kcov to action inputs [skip ci]
1 parent ce44289 commit bbefde3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ inputs:
5151
opencppcoverage:
5252
description: "The opencppcoverage version to install."
5353
required: false
54+
kcov:
55+
description: "The kcov version to install."
56+
required: false
5457

5558
runs:
5659
using: "node12"

0 commit comments

Comments
 (0)