Skip to content

Commit

Permalink
reque build
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire McCarthy committed Oct 8, 2019
1 parent 50065ef commit 9f7cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate-test-certs:
mv tls.* /tmp/k8s-webhook-server/serving-certs/

# Run tests
test: generate fmt vet manifests
test: generate fmt vet manifests
TEST_USE_EXISTING_CLUSTER=false TEST_CONTROLLER_WITH_MOCKS=true go test -v -coverprofile=coverage.txt -covermode count ./api/... ./controllers/... ./pkg/resourcemanager/eventhubs/... ./pkg/resourcemanager/resourcegroups/... ./pkg/resourcemanager/storages/... 2>&1 | tee testlogs.txt
go-junit-report < testlogs.txt > report.xml
go tool cover -html=coverage.txt -o cover.html
Expand Down

0 comments on commit 9f7cdd8

Please sign in to comment.