Skip to content

Commit

Permalink
fail ci if unit test fails (flyteorg#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix authored Mar 16, 2020
1 parent c9b020f commit f0f2237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytepropeller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ golden:

.PHONY: test_unit_codecov
test_unit_codecov:
go test ./... -race -coverprofile=coverage.txt -covermode=atomic; curl -s https://codecov.io/bash > codecov_bash.sh; bash codecov_bash.sh
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
curl -s https://codecov.io/bash > codecov_bash.sh && bash codecov_bash.sh

.PHONY: generate
generate: download_tooling
Expand Down

0 comments on commit f0f2237

Please sign in to comment.