We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c103320 commit d5d332bCopy full SHA for d5d332b
src/kcov/kcov.ts
@@ -17,9 +17,9 @@ import { isUbuntu } from "../utils/env/isUbuntu"
17
import { addVPrefix, removeVPrefix } from "../utils/setup/version"
18
import { info } from "../utils/io/io"
19
20
-function getDownloadKcovPackageInfo(version_number: string): PackageInfo {
+function getDownloadKcovPackageInfo(version: string): PackageInfo {
21
return {
22
- url: `https://github.com/SimonKagstrom/kcov/releases/download/v${version_number}/kcov-amd64.tar.gz`,
+ url: `https://github.com/SimonKagstrom/kcov/releases/download/${version}/kcov-amd64.tar.gz`,
23
extractedFolderName: "",
24
binRelativeDir: "usr/local/bin",
25
binFileName: addBinExtension("kcov"),
0 commit comments