Skip to content

Commit

Permalink
fixing Makefile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdubiel committed Dec 28, 2016
1 parent 803d891 commit 8d6f278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ test: deps $(SOURCES)

coverage-deps: deps
@mkdir -p $(COVERAGEDIR)
go get github.com/modocache/gover

test-coverage: coverage-deps $(SOURCES) $(COVERAGE_TARGETS)
gover $(COVERAGEDIR) $(COVERAGEDIR)/gover.coverprofile
Expand Down

0 comments on commit 8d6f278

Please sign in to comment.