Skip to content

Commit

Permalink
separate commands in Makefile (flyteorg#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix authored Mar 17, 2020
1 parent e8b8558 commit d79f354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ gen-config: download_tooling

.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

0 comments on commit d79f354

Please sign in to comment.