Skip to content

Commit 88c6e7f

Browse files
Merge pull request #477 from openshift/revert-472-unit-test-pr-check
Revert "SREP-702: Add PR check for unit tests"
2 parents 6fda4f4 + f26393f commit 88c6e7f

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,8 @@ boilerplate-update: ## Update boilerplate version
101101
coverage:
102102
hack/codecov.sh
103103

104-
.PHONY: investigation-unit-tested
105-
investigation-unit-tested:
106-
hack/investigation-test-coverage.sh
107-
108104
.PHONY: validate
109-
validate: isclean investigation-unit-tested
105+
validate: isclean
110106

111107
### Prerequisites
112108
### It is assumed that 'make' is already installed

hack/investigation-test-coverage.sh

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

0 commit comments

Comments
 (0)