mirror of https://github.com/aminya/setup-cpp
fix: add kcov to action inputs [skip ci]
This commit is contained in:
parent
ce44289478
commit
bbefde3b1a
|
@ -51,6 +51,9 @@ inputs:
|
|||
opencppcoverage:
|
||||
description: "The opencppcoverage version to install."
|
||||
required: false
|
||||
kcov:
|
||||
description: "The kcov version to install."
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "node12"
|
||||
|
|
Loading…
Reference in New Issue