Skip to content

Commit

Permalink
Fixing problems with test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Nov 5, 2023
1 parent d554fe9 commit 64c8686
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 @@ -16,7 +16,7 @@ build:
tests:
## Run tests
mkdir -p coverage
go test -v -race -covermode=atomic -coverprofile=coverage/coverage.out ./... ./functions/src/init/... ./functions/src/data/fetch/... ./functions/src/handler/... ./functions/src/data/load/...
go test -v -race -covermode=atomic -coverprofile=coverage/coverage.out ./...
go tool cover -html=coverage/coverage.out -o coverage/coverage.html

docker-compose:
Expand Down

0 comments on commit 64c8686

Please sign in to comment.