Skip to content

Commit

Permalink
Do not upload codecoverage data from boilerplate (#478)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario and eapolinario committed Apr 29, 2024
1 parent 8a8bbc0 commit ce0fd45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytectl/boilerplate/flyte/golang_test_targets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ test_unit_visual:
.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

0 comments on commit ce0fd45

Please sign in to comment.