Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Sep 15, 2023
1 parent ef9fe57 commit d7eabe6
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 @@ -66,7 +66,7 @@ ifeq ($(COVER), true)
./cover-summary.sh
gocov-html cover.json > index.html
# coverage.zip will automatically be picked up by teamcity
gozip -c coverage.zip index.html
gozip -c coverage.zip index.html
endif

.PHONY: ci
Expand Down

0 comments on commit d7eabe6

Please sign in to comment.