Skip to content

Commit 4278f6a

Browse files
author
Sunil Thaha
authored
Merge pull request #2326 from sthaha/chore-cleanup
chore: remove unused files and improve coverage
2 parents 39fca87 + 6a9ea7e commit 4278f6a

File tree

2 files changed

+1
-86
lines changed

2 files changed

+1
-86
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ KEPLER_IMAGE ?= $(IMG_BASE)/kepler:$(VERSION)
6464
ADDITIONAL_TAGS ?=
6565

6666
# Test parameters
67-
TEST_PKGS:= $(shell go list ./... | grep -v cmd)
67+
TEST_PKGS:= $(shell go list ./... | grep -vE '(cmd|testutil)')
6868
COVER_PROFILE=coverage.out
6969
COVER_HTML=coverage.html
7070

internal/platform/redfish/test_helpers.go

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)