Skip to content

Commit

Permalink
Merge pull request #8 from daithihearn/stats-refactor-2
Browse files Browse the repository at this point in the history
test: adding test for game service
  • Loading branch information
daithihearn authored Jan 12, 2024
2 parents b0d0fae + 6ea3f19 commit ee5fbdf
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 @@ -7,7 +7,7 @@ docs: #@ Generate docs
.PHONY:docs
test: fmt vet #@ Run tests
go test -tags testutils -coverprofile=coverage-full.out ./...
grep -v "_mocks.go" coverage-full.out | grep -v "collection.go" > coverage.out
grep -v "_mocks.go" coverage-full.out | grep -v "testdata.go" | grep -v "collection.go" > coverage.out
go tool cover -html=coverage.out -o coverage.html
.PHONY:test
fmt: #@ Format the code
Expand Down

0 comments on commit ee5fbdf

Please sign in to comment.