diff --git a/.gitignore b/.gitignore index 1b3ac10..521bb8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -coverage.out \ No newline at end of file +coverage.out +coverage.txt \ No newline at end of file diff --git a/cmd/check_versions_test.go b/cmd/check_versions_test.go index 98b2b62..0b52d5c 100644 --- a/cmd/check_versions_test.go +++ b/cmd/check_versions_test.go @@ -34,7 +34,7 @@ func TestGetRequiredVersions(t *testing.T) { }, { Name: "cluster-autoscaler", - Version: "1.19", + Version: "1.19.0", }, } diff --git a/preview.png b/preview.png index f3d5eba..964734d 100644 Binary files a/preview.png and b/preview.png differ diff --git a/script/test b/script/test index cf53671..fa42642 100755 --- a/script/test +++ b/script/test @@ -2,4 +2,4 @@ # # run tests for application # add a comment here -go test -coverprofile=coverage.out -race -v ./... > coverage.txt \ No newline at end of file +go test -coverprofile=coverage.out -race -v ./... \ No newline at end of file