Skip to content

Commit

Permalink
Set coverage report output file
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Nov 22, 2019
1 parent 3b08c24 commit 067c231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ watch:

.PHONY: test
test:
ginkgo -cover ./... -v
ginkgo -coverprofile=reports/coverage.out ./... -v

.PHONY: bench
bench:
Expand Down

0 comments on commit 067c231

Please sign in to comment.