Skip to content

Commit

Permalink
Merge branch 'unitTestCoverage' of https://github.com/smritidahal653/…
Browse files Browse the repository at this point in the history
…azure-aci into unitTestCoverage
  • Loading branch information
smritidahal653 committed Apr 6, 2023
2 parents 0a98d81 + f549b5c commit acaf9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ unit-tests: testauth
LOCATION=$(LOCATION) AKS_CREDENTIAL_LOCATION=$(TEST_AKS_CREDENTIALS_JSON) \
AZURE_AUTH_LOCATION=$(TEST_CREDENTIALS_JSON) \
LOG_ANALYTICS_AUTH_LOCATION=$(TEST_LOGANALYTICS_JSON) \
go test -v $(shell go list ./... | grep -v /e2e) -race -coverprofile=coverage.out -covermode=atomic
go test -v $(shell go list ./... | grep -v /e2e) -race -coverprofile=coverage.out -covermode=atomic fmt
go tool cover -func=coverage.out

.PHONY: e2e-test
e2e-test:
Expand Down

0 comments on commit acaf9d1

Please sign in to comment.