Skip to content

Commit

Permalink
Added coverage report generator for all subpackages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Jul 8, 2018
1 parent 547ead7 commit 1aa25b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ compile_backend:
test:
go test -v ./...

test-cover:
go test -v ./... --coverprofile=cover.out

release: compile_frontend static_assets compile_backend

0 comments on commit 1aa25b1

Please sign in to comment.