Skip to content

Commit

Permalink
💚 Fix makefile clearing files used on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigomby committed Aug 23, 2016
1 parent 3426653 commit cea4642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ coverage:
@echo "mode: count" > coverage.out
@grep -h -v "mode: count" *.part >> coverage.out
@go tool cover -func coverage.out
@rm -f *.part coverage.out

get:
@printf "$(MKL_YELLOW)Installing deps$(MKL_CLR_RESET)\n"
Expand Down

0 comments on commit cea4642

Please sign in to comment.