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:
|
opencppcoverage:
|
||||||
description: "The opencppcoverage version to install."
|
description: "The opencppcoverage version to install."
|
||||||
required: false
|
required: false
|
||||||
|
kcov:
|
||||||
|
description: "The kcov version to install."
|
||||||
|
required: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "node12"
|
using: "node12"
|
||||||
|
|
Loading…
Reference in New Issue