Skip to content

Commit

Permalink
Add test coverage to tests (Part of smithy-security#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavlos Tzianos <[email protected]>
Signed-off-by: Pavlos Tzianos <[email protected]>
  • Loading branch information
ptzianos authored and Pavlos Tzianos committed Mar 8, 2024
1 parent 21c20a2 commit 15e2403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ install-lint-tools:
@go install github.com/bufbuild/buf/cmd/[email protected]

go-tests:
@go test -race -json $(GO_TEST_PACKAGES)
@mkdir -p tests/output
@go test -race -json -coverprofile tests/output/cover.out $(GO_TEST_PACKAGES)

migration-tests: bin/cmd/draconctl
@(DOCKER_COMPOSE) run
Expand Down

0 comments on commit 15e2403

Please sign in to comment.