From bbefde3b1a03369ee5e30bf09faa87ee0fe26a75 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 7 Dec 2021 06:46:23 -0600 Subject: [PATCH] fix: add kcov to action inputs [skip ci] --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index f2b05f78..1f53baec 100644 --- a/action.yml +++ b/action.yml @@ -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"