fix: add kcov to action inputs [skip ci]

This commit is contained in:
Amin Yahyaabadi 2021-12-07 06:46:23 -06:00
parent ce44289478
commit bbefde3b1a
1 changed files with 3 additions and 0 deletions

View File

@ -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"