Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyakhajanchi committed Oct 17, 2023
1 parent 087a47f commit 6cb194a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ update-vendor:
# Run unit tests
test:
go test -v ./...
cd ui/ && npm test -- --browsers=ChromeHeadless --watch=false
# Run code coverage with unit tests
test-coverage:
go test ./... -coverprofile coverage.out -covermode count
go tool cover -func coverage.out
cd ui/ && npm test -- --browsers=ChromeHeadless --watch=false

0 comments on commit 6cb194a

Please sign in to comment.